diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-02-08 23:21:16 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-02-08 23:21:16 -0500 |
commit | 078ff71c7d346ffa9db925ef07bbc90f2d7ec5ac (patch) | |
tree | 31438d6233a1b19852212f3fed7e9a65521a5a06 /spruce/bootstrap.css | |
parent | c889a189f12d5b42d60a426badf9528e7a84aff4 (diff) |
fixes #69, subnav-fixed position tweaks
Diffstat (limited to 'spruce/bootstrap.css')
-rw-r--r-- | spruce/bootstrap.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spruce/bootstrap.css b/spruce/bootstrap.css index 00b8e37b..73e165c3 100644 --- a/spruce/bootstrap.css +++ b/spruce/bootstrap.css @@ -5251,8 +5251,7 @@ blockquote small { } } div.subnav { - background-color: #015b4e; - background-image: none; + background: #015b4e none; border-color: transparent; } div.subnav .nav > li > a { |