diff options
author | francis <francis> | 2009-09-20 21:49:14 +0000 |
---|---|---|
committer | francis <francis> | 2009-09-20 21:49:14 +0000 |
commit | 6f18521e7e3783d2ed89cba3c7087ce25d3c8b67 (patch) | |
tree | 58cd916d1f9c49f98b9d3468ccbf97d72bcdb408 | |
parent | ce7620be0810a8c0dd530aabe51ed9552d4116e6 (diff) |
Make help sidebar more visible.
-rw-r--r-- | public/stylesheets/main.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 6a86f230a..3c4c7e1a0 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -352,7 +352,7 @@ dd { margin: 0.6em 0 2em 4em; width: 33em; } border-width: 1px; border-style: solid; background-color: #EAEAEA; - padding: 0.25em; + padding: 0.5em; margin: 0 0 0 1em; } #list_sidebar h1, #list_sidebar h2 @@ -945,7 +945,13 @@ div#about_sidebar float: right; clear: none; width: 12em; + background-color: #EAEAEA; + padding: 0.5em; margin: 0 0 0 1em; + + border-color: #AEAEAE; + border-width: 1px; + border-style: solid; } div#help_about dt a, div#help_about h1 a, div#help_unhappy h1 a.hover_a |