Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
6fd8d7e1
Commit
6fd8d7e1
authored
Sep 04, 2012
by
Thomas Park
Browse files
cerulean: tweaked navbar brand margins
parent
a681dce9
Changes
3
Hide whitespace changes
Inline
Side-by-side
cerulean/bootstrap.css
View file @
6fd8d7e1
...
...
@@ -4750,7 +4750,7 @@ a.badge:hover {
position
:
fixed
;
}
.navbar
.brand
{
padding
:
1
6
px
20px
1
4
px
;
padding
:
1
4
px
20px
1
6
px
;
font-family
:
'Telex'
,
sans-serif
;
text-shadow
:
1px
1px
0
rgba
(
0
,
0
,
0
,
0.2
);
}
...
...
cerulean/bootstrap.min.css
View file @
6fd8d7e1
...
...
@@ -801,7 +801,7 @@ a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer;}
.show
{
display
:
block
;}
.invisible
{
visibility
:
hidden
;}
.affix
{
position
:
fixed
;}
.navbar
.brand
{
padding
:
1
6
px
20px
1
4
px
;
font-family
:
'Telex'
,
sans-serif
;
text-shadow
:
1px
1px
0
rgba
(
0
,
0
,
0
,
0.2
);}
.navbar
.brand
{
padding
:
1
4
px
20px
1
6
px
;
font-family
:
'Telex'
,
sans-serif
;
text-shadow
:
1px
1px
0
rgba
(
0
,
0
,
0
,
0.2
);}
.navbar
li
{
line-height
:
20px
;}
.navbar
.nav
>
li
>
a
{
padding
:
16px
10px
14px
;
font-family
:
'Telex'
,
sans-serif
;
text-shadow
:
1px
1px
0
rgba
(
0
,
0
,
0
,
0.2
);}
.navbar
.search-query
{
border
:
1px
solid
#178acc
;}
...
...
cerulean/bootswatch.less
View file @
6fd8d7e1
...
...
@@ -18,7 +18,7 @@
.brand {
padding: 1
6
px 20px 1
4
px;
padding: 1
4
px 20px 1
6
px;
font-family: @headingsFontFamily;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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