summaryrefslogtreecommitdiff
path: root/simplex/bootstrap.css
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 /simplex/bootstrap.css
parentc889a189f12d5b42d60a426badf9528e7a84aff4 (diff)
fixes #69, subnav-fixed position tweaks
Diffstat (limited to 'simplex/bootstrap.css')
-rw-r--r--simplex/bootstrap.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/simplex/bootstrap.css b/simplex/bootstrap.css
index 08393099..e417a6cc 100644
--- a/simplex/bootstrap.css
+++ b/simplex/bootstrap.css
@@ -5210,6 +5210,7 @@ div.subnav {
font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.subnav.subnav-fixed {
+ top: 41px;
-webkit-box-shadow: inset 0 5px #ffffff , 1px 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 5px #ffffff , 1px 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 5px #ffffff , 1px 1px 1px rgba(0, 0, 0, 0.2);