diff options
author | matthew <matthew> | 2008-05-20 14:39:01 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-05-20 14:39:01 +0000 |
commit | 6556424b8ea3451c182f2fc88ea5d3825653aa61 (patch) | |
tree | ea8e9f666dfe28f23928df0f634aa19b5de013e7 /web/css | |
parent | 15f454b859c1961096592e0e3e2b862091d7a49b (diff) |
Move problem fetching database functions into separate package so can
adjust them all for microsite. Tweaks to CSS/ report page.
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/main-scambs.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/css/main-scambs.css b/web/css/main-scambs.css index 57f4a0b4b..52f01ffcf 100644 --- a/web/css/main-scambs.css +++ b/web/css/main-scambs.css @@ -1,3 +1,8 @@ +ul#error { + padding-top: 4px; + padding-bottom: 4px; +} + blockquote { border-left: solid 4px #013B63; } @@ -35,3 +40,7 @@ blockquote { right: 0; } +#fixed, #unknown { + margin-right: 400px; +} + |