From ba3cdfee16ca65da218c7a9724b6d3a7a770fc81 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 24 Feb 2007 21:26:12 -0800 Subject: work on integrating comments universally --- static/style/default.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'static/style/default.css') 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; -- cgit v1.2.3