diff options
Diffstat (limited to 'static/stylesheets/mauve-handheld.css')
-rw-r--r-- | static/stylesheets/mauve-handheld.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/stylesheets/mauve-handheld.css b/static/stylesheets/mauve-handheld.css new file mode 100644 index 0000000..38dbcfa --- /dev/null +++ b/static/stylesheets/mauve-handheld.css @@ -0,0 +1,12 @@ +div#navbar li#nav_index a { + background-image: none; + background-repeat inherit; + background-position: inherit; + padding-left: inherit; + width: inherit; + overflow: inherit; +} + +div li a { + font-size: smaller; +} |