summaryrefslogtreecommitdiff
path: root/journal/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-02-08 23:21:16 -0500
committerThomas Park <thomas@thomaspark.me>2013-02-08 23:21:16 -0500
commit078ff71c7d346ffa9db925ef07bbc90f2d7ec5ac (patch)
tree31438d6233a1b19852212f3fed7e9a65521a5a06 /journal/bootswatch.less
parentc889a189f12d5b42d60a426badf9528e7a84aff4 (diff)
fixes #69, subnav-fixed position tweaks
Diffstat (limited to 'journal/bootswatch.less')
-rwxr-xr-xjournal/bootswatch.less7
1 files changed, 4 insertions, 3 deletions
diff --git a/journal/bootswatch.less b/journal/bootswatch.less
index 0f6a01b1..676d67e4 100755
--- a/journal/bootswatch.less
+++ b/journal/bootswatch.less
@@ -171,9 +171,9 @@ hr {
div.subnav {
+ margin: 0 1px;
height: 54px;
- background-color: @bodyBackground;
- background-image: none;
+ background: @bodyBackground none;
.box-shadow(none);
border: 2px solid @grayLighter;
border-left: none;
@@ -181,7 +181,8 @@ div.subnav {
.border-radius(0);
&.subnav-fixed {
- top: @navbarHeight;
+ top: @navbarHeight + 1;
+ margin: 0;
}
.nav > li > a,