aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew>2008-03-14 10:21:48 +0000
committermatthew <matthew>2008-03-14 10:21:48 +0000
commit012a0def400d50442ca1c9338375be91f14c998f (patch)
treec212943c5560dd277d0bcedbb9b907cc8f57793c
parent82d962e42c8d4c29af9a3c46ae10d81abe5f20a8 (diff)
No top margin in IE.
-rw-r--r--web/css/core.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/css/core.css b/web/css/core.css
index a43b65928..5a0fb652e 100644
--- a/web/css/core.css
+++ b/web/css/core.css
@@ -235,7 +235,7 @@ p#copyright {
/* Problem pages */
#fixed, #unknown {
- margin: 1em 530px 1em 0;
+ margin: 0 530px 1em 0;
padding: 5px;
text-align: center;
position: relative;