diff options
author | angie <angie> | 2008-05-08 11:20:44 +0000 |
---|---|---|
committer | angie <angie> | 2008-05-08 11:20:44 +0000 |
commit | 8e36ddc14614f6022f79f68013374fefb56099b5 (patch) | |
tree | 1fdc173acc9f8196941270861ddfda9c1f224367 | |
parent | 0e36e903d728ace56b6aadbe35828e42a96024fb (diff) |
tidy up about us pages
-rw-r--r-- | public/stylesheets/main.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 4f645b935..db5f4b8a8 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -221,6 +221,14 @@ h4, h5, h6 color: #fff; } +dl { line-height: 1.2em; } + +dt +{ + font-weight: bold; + +} +dd { margin: 0.6em 0 2em 4em; width: 30em; } /*---------------- content : recent requests sidebar */ #find_information @@ -547,6 +555,15 @@ p#sign_in_reason { text-align: center;} margin-left: 0em; } +/*--------------------------------- content : about pages */ + +div#about_sidebar +{ + float: right; + clear: none; + width: 12em; + margin: 1.2em 0 1.2em 2em; +} /*------------------------------------------------ footer */ |