summaryrefslogtreecommitdiff
path: root/journal/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-09-04 19:30:38 -0400
committerThomas Park <thomas@thomaspark.me>2012-09-04 19:30:38 -0400
commit721a1f779d037b25200c29d638b5fa32ef233fe7 (patch)
treef9e5fafc3fdc7a6c3af7b685315c308289b1e1c0 /journal/bootswatch.less
parent1c550a961330cb4c16a107a3f7a07c872a57f69a (diff)
journal: fix spacing of navbar brand and links
Diffstat (limited to 'journal/bootswatch.less')
-rwxr-xr-xjournal/bootswatch.less13
1 files changed, 9 insertions, 4 deletions
diff --git a/journal/bootswatch.less b/journal/bootswatch.less
index 8d814619..84974c98 100755
--- a/journal/bootswatch.less
+++ b/journal/bootswatch.less
@@ -72,7 +72,7 @@ hr {
}
.brand {
- padding: 16px 20px 20px;
+ padding: 19px 20px 21px;
font-size: 24px;
font-weight: bold;
text-shadow: none;
@@ -80,7 +80,7 @@ hr {
}
.nav > li > a {
- padding: 20px 10px 21px;
+ padding: 20px 10px 20px;
font-size: 18px;
text-shadow: none;
text-transform: uppercase;
@@ -91,11 +91,11 @@ hr {
}
.navbar-text {
- margin-top: 21px;
+ margin-top: 20px;
padding-left: 10px;
padding-right: 10px;
font-size: 18px;
- line-height: 18px;
+ line-height: 20px;
}
.nav > .active > a,
@@ -104,6 +104,11 @@ hr {
.box-shadow(none);
}
+ .divider-vertical {
+ border-left-color: @grayLighter;
+ border-right-color: @grayLighter;
+ }
+
.dropdown-menu {
top: 85%;