aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangie <angie>2008-04-30 15:50:03 +0000
committerangie <angie>2008-04-30 15:50:03 +0000
commit9a71632e3f8dfbedf39000da08fb866f90623267 (patch)
tree7c42e66464715dc1f4e3d0456af34a55a1138e09
parent145ba7526af1106d7532a511411dc7f1c9dbf747 (diff)
CSS bug fixes
-rw-r--r--public/stylesheets/main.css17
1 files changed, 9 insertions, 8 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css
index d1dc4959e..7d59800a5 100644
--- a/public/stylesheets/main.css
+++ b/public/stylesheets/main.css
@@ -1,8 +1,3 @@
-/* XXX Francis put this here so he could check highlighting worked */
-.highlight {
- background-color: #dddd00;
- color: #000000;
-}
/*------------------------------------------------ global */
body
@@ -184,12 +179,11 @@ body
{
position: relative;
clear: both;
- top: 105px;
+ top: 55px;
padding: 0px;
margin: 0px auto 1.2em auto;
- max-width: 50em;
+ width: 50em;
/* = 800px at default size? so 1em = 16px*/
- _width: 50em;
text-align: left;
border-color: #FF0B16;
}
@@ -218,6 +212,13 @@ h1, h2, h3
h4, h5, h6
{}
+/* XXX Francis put this here so he could check highlighting worked */
+.highlight
+{
+ background-color: #490C0F;
+ color: #fff;
+}
+
/*---------------- content : recent requests sidebar */
#find_information