summaryrefslogtreecommitdiff
path: root/theme/base
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-22 21:07:11 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-22 21:07:11 +0000
commitf6f71ea0ee8b8efb288f9abdf62b7850a18fe7cd (patch)
tree12270968295c5ce31e4f82766fe64976baebe9f7 /theme/base
parent07904024145174b9f86f21d823e5b6c94048333a (diff)
Minor
Diffstat (limited to 'theme/base')
-rw-r--r--theme/base/css/display.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 2208529c0..5d2a0d3c4 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -716,7 +716,8 @@ float:left;
width:644px;
width:96.699%;
width:100%;
-border-top:1px dashed #D1D9E4;
+border-top-width:1px;
+border-top-style:dashed;
/*-moz-border-radius:7px;*/
}
.notices li {
@@ -1086,7 +1087,8 @@ padding-bottom:11px;
}
-.section .notice:first {
+.section .notice:first-child {
+padding-top:0;
border-top:0;
}