diff options
Diffstat (limited to 'uploader/static/css/theme.css')
| -rw-r--r-- | uploader/static/css/theme.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/uploader/static/css/theme.css b/uploader/static/css/theme.css index cd3d103..8d5ac35 100644 --- a/uploader/static/css/theme.css +++ b/uploader/static/css/theme.css @@ -8,16 +8,14 @@ body { #header { background-color: #336699; color: #FFFFFF; - border-radius: 3px; min-height: 30px; + border-bottom: solid black 1px; } #header #header-nav .nav li a { /* Content styling */ color: #FFFFFF; - background: #4477AA; - border: solid 5px #336699; - border-radius: 5px; + vertical-align: top; font-size: 0.7em; text-align: center; padding: 1px 7px; |
