diff options
author | angie <angie> | 2008-04-30 09:42:45 +0000 |
---|---|---|
committer | angie <angie> | 2008-04-30 09:42:45 +0000 |
commit | 09c2dc73218c41c320728dc0bb7ae9a2e3d6ce3b (patch) | |
tree | fb5f1b341b5a7715329c6003007d6066a9146f52 | |
parent | 098013b3d0accce0e3061adc06f3cea20d7d98f9 (diff) |
a few design things
-rw-r--r-- | public/stylesheets/main.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 7eb544c0e..d1dc4959e 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -156,7 +156,7 @@ body /*------------------------------------------------ temp stuff */ #staging, #alpha_notice, #beta -{ display: none;} +{ } #staging { @@ -174,7 +174,7 @@ body padding: 0 20px 0 20px; border-color: #FF201D; border-width: 1px; - border-style: dotted; + border-style: solid; background-color: #f0f0f0; } @@ -414,7 +414,7 @@ div.pagination { text-align: center; padding-top: 0.3em;} div.correspondence { - width: 34em; + width: 33em; float: left; padding: 0.4em 1em 0.4em 1em; margin: 0 0 1em 0; |