diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-15 20:48:32 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-15 20:48:32 +0100 |
commit | 8f6935203a05f3f07d7e0eef8ec47981fe997c36 (patch) | |
tree | 88c3c59abcd4cfd1d63d0f52b6c421715f09e0dd /static | |
parent | bbac575fc93c3d9a43039dd5b710bb7197dd4b40 (diff) |
Updated stylesheets a little
Diffstat (limited to 'static')
-rw-r--r-- | static/stylesheets/bytemark.css | 2 | ||||
-rw-r--r-- | static/stylesheets/mauve-handheld.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/static/stylesheets/bytemark.css b/static/stylesheets/bytemark.css index 0478f56..e4a14cb 100644 --- a/static/stylesheets/bytemark.css +++ b/static/stylesheets/bytemark.css @@ -134,7 +134,7 @@ div#navbar li#nav_index a { overflow: hidden; } -div#navbar li#nav_index, div#navbar li#nav_selected { +div#navbar li#nav_index, div#navbar li.nav_selected { background-color: white; color: #333; } diff --git a/static/stylesheets/mauve-handheld.css b/static/stylesheets/mauve-handheld.css index 38dbcfa..655f88b 100644 --- a/static/stylesheets/mauve-handheld.css +++ b/static/stylesheets/mauve-handheld.css @@ -1,6 +1,6 @@ div#navbar li#nav_index a { background-image: none; - background-repeat inherit; + background-repeat: inherit; background-position: inherit; padding-left: inherit; width: inherit; |