Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
f8efc75a
Commit
f8efc75a
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
increase padding on navbar links, remove font-size override on .navbar from docs css
parent
c59e5251
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/css/bootstrap.css
+7
-7
docs/assets/css/bootstrap.css
docs/assets/css/docs.css
+1
-2
docs/assets/css/docs.css
less/variables.less
+1
-1
less/variables.less
with
9 additions
and
10 deletions
+9
-10
docs/assets/css/bootstrap.css
+
7
-
7
View file @
f8efc75a
...
@@ -4083,7 +4083,7 @@ input[type="submit"].btn::-moz-focus-inner {
...
@@ -4083,7 +4083,7 @@ input[type="submit"].btn::-moz-focus-inner {
.navbar
.brand
{
.navbar
.brand
{
display
:
block
;
display
:
block
;
float
:
left
;
float
:
left
;
padding
:
1
0
px
20px
1
0
px
;
padding
:
1
2
px
20px
1
2
px
;
margin-left
:
-20px
;
margin-left
:
-20px
;
font-size
:
20px
;
font-size
:
20px
;
font-weight
:
200
;
font-weight
:
200
;
...
@@ -4097,7 +4097,7 @@ input[type="submit"].btn::-moz-focus-inner {
...
@@ -4097,7 +4097,7 @@ input[type="submit"].btn::-moz-focus-inner {
.navbar-text
{
.navbar-text
{
margin-bottom
:
0
;
margin-bottom
:
0
;
line-height
:
4
0
px
;
line-height
:
4
4
px
;
}
}
.navbar-link
{
.navbar-link
{
...
@@ -4109,7 +4109,7 @@ input[type="submit"].btn::-moz-focus-inner {
...
@@ -4109,7 +4109,7 @@ input[type="submit"].btn::-moz-focus-inner {
}
}
.navbar
.divider-vertical
{
.navbar
.divider-vertical
{
height
:
4
0
px
;
height
:
4
4
px
;
margin
:
0
9px
;
margin
:
0
9px
;
border-right
:
1px
solid
#ffffff
;
border-right
:
1px
solid
#ffffff
;
border-left
:
1px
solid
#f2f2f2
;
border-left
:
1px
solid
#f2f2f2
;
...
@@ -4117,7 +4117,7 @@ input[type="submit"].btn::-moz-focus-inner {
...
@@ -4117,7 +4117,7 @@ input[type="submit"].btn::-moz-focus-inner {
.navbar
.btn
,
.navbar
.btn
,
.navbar
.btn-group
{
.navbar
.btn-group
{
margin-top
:
5
px
;
margin-top
:
7
px
;
}
}
.navbar
.btn-group
.btn
,
.navbar
.btn-group
.btn
,
...
@@ -4145,7 +4145,7 @@ input[type="submit"].btn::-moz-focus-inner {
...
@@ -4145,7 +4145,7 @@ input[type="submit"].btn::-moz-focus-inner {
.navbar-form
select
,
.navbar-form
select
,
.navbar-form
.radio
,
.navbar-form
.radio
,
.navbar-form
.checkbox
{
.navbar-form
.checkbox
{
margin-top
:
5
px
;
margin-top
:
7
px
;
}
}
.navbar-form
input
,
.navbar-form
input
,
...
@@ -4175,7 +4175,7 @@ input[type="submit"].btn::-moz-focus-inner {
...
@@ -4175,7 +4175,7 @@ input[type="submit"].btn::-moz-focus-inner {
.navbar-search
{
.navbar-search
{
position
:
relative
;
position
:
relative
;
float
:
left
;
float
:
left
;
margin-top
:
5
px
;
margin-top
:
7
px
;
margin-bottom
:
0
;
margin-bottom
:
0
;
}
}
...
@@ -4261,7 +4261,7 @@ input[type="submit"].btn::-moz-focus-inner {
...
@@ -4261,7 +4261,7 @@ input[type="submit"].btn::-moz-focus-inner {
.navbar
.nav
>
li
>
a
{
.navbar
.nav
>
li
>
a
{
float
:
none
;
float
:
none
;
padding
:
1
0
px
15px
1
0
px
;
padding
:
1
2
px
15px
1
2
px
;
color
:
#777777
;
color
:
#777777
;
text-decoration
:
none
;
text-decoration
:
none
;
text-shadow
:
0
1px
0
#ffffff
;
text-shadow
:
0
1px
0
#ffffff
;
...
...
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.css
+
1
-
2
View file @
f8efc75a
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
body
{
body
{
position
:
relative
;
position
:
relative
;
padding-top
:
4
0
px
;
padding-top
:
4
4
px
;
}
}
/* Code in headings */
/* Code in headings */
...
@@ -27,7 +27,6 @@ h3 code {
...
@@ -27,7 +27,6 @@ h3 code {
-------------------------------------------------- */
-------------------------------------------------- */
body
>
.navbar
{
body
>
.navbar
{
font-size
:
13px
;
background-color
:
rgba
(
0
,
0
,
0
,
.9
);
background-color
:
rgba
(
0
,
0
,
0
,
.9
);
}
}
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
1
-
1
View file @
f8efc75a
...
@@ -180,7 +180,7 @@
...
@@ -180,7 +180,7 @@
@navbarCollapseWidth: 979px;
@navbarCollapseWidth: 979px;
@navbarCollapseDesktopWidth: @navbarCollapseWidth + 1;
@navbarCollapseDesktopWidth: @navbarCollapseWidth + 1;
@navbarHeight: 4
0
px;
@navbarHeight: 4
4
px;
@navbarBackgroundHighlight: #ffffff;
@navbarBackgroundHighlight: #ffffff;
@navbarBackground: darken(@navbarBackgroundHighlight, 5%);
@navbarBackground: darken(@navbarBackgroundHighlight, 5%);
@navbarBorder: darken(@navbarBackground, 12%);
@navbarBorder: darken(@navbarBackground, 12%);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment