From 3a0e84add08b0028d4b08728073ddf9945dc3be0 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 4 Mar 2007 12:33:37 -0800 Subject: added GITWIKI_DIR var and added new knowledge to frontpage --- static/style/default.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'static/style/default.css') diff --git a/static/style/default.css b/static/style/default.css index 35373c7..d6f93e4 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -189,6 +189,18 @@ pre.large { .photo_thumb { width: 160px; height: 180px; } +table.listing { + width: 100%; + border-spacing: 0px; + font-size: 11px; } +table.listing tr { + width: 100%; } +table.listing td.date { + font-style: italic; + width: 75px; + overflow: hidden; } +table.listing td.description { + overflow: hidden; } #commentary { background-color: #a9afdc; -- cgit v1.2.3