diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-15 19:47:24 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-15 19:47:24 +0100 |
commit | fc0327f91fb134e1df994143a78c22df7d8f62e4 (patch) | |
tree | 9fb1161dbdece4428e6c65b1d555a67c7908fa9e /static/stylesheets/bytemark.css | |
parent | 3576923edf788eecb4320e034f5afaaf625bd62e (diff) |
Big interface clear up
Diffstat (limited to 'static/stylesheets/bytemark.css')
-rw-r--r-- | static/stylesheets/bytemark.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/static/stylesheets/bytemark.css b/static/stylesheets/bytemark.css index c0fd54a..0478f56 100644 --- a/static/stylesheets/bytemark.css +++ b/static/stylesheets/bytemark.css @@ -31,12 +31,12 @@ ul { } .OK { - background-color: LawnGreen; + background-color: #7cfc00; color: black; } .Failed { - background-color: OrangeRed; + background-color: #ff6500; color: black; } @@ -95,7 +95,6 @@ div#navbar { /* try to cancel out the body padding above, leaving a bit of a margin beneath */ margin: -5px -5px 5px -5px; padding-left: 15px; - width: 100%; background-color: #666; font-size: 14px; } @@ -155,7 +154,6 @@ table { padding: 0px; } table.full { - width: 100%; } tr { margin: 0px; |