diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-02-24 21:26:12 -0800 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-02-24 21:26:12 -0800 |
commit | ba3cdfee16ca65da218c7a9724b6d3a7a770fc81 (patch) | |
tree | 80aabd842f4e12a22ed9592ebfdf103481a76973 /static | |
parent | cfeab0aadf7ba357a997c4a0203bcf4176ecc0d3 (diff) | |
download | bnewnet-ba3cdfee16ca65da218c7a9724b6d3a7a770fc81.tar.gz bnewnet-ba3cdfee16ca65da218c7a9724b6d3a7a770fc81.zip |
work on integrating comments universally
Diffstat (limited to 'static')
-rw-r--r-- | static/style/default.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/static/style/default.css b/static/style/default.css index 2c63d93..35373c7 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -156,7 +156,6 @@ pre.large { border: 1px solid black; } .content_footer { margin-left: 4%; - width: 685px; font-size: 10px; font-style: italic; font-family: sans-serif; @@ -191,6 +190,10 @@ pre.large { width: 160px; height: 180px; } +#commentary { + background-color: #a9afdc; + background-color: #c7c6ff; + border-top: 2px solid #000000; } #top_bar { height: 22px; background-color: #993333; |