diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-03-04 12:33:37 -0800 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-03-04 12:33:37 -0800 |
commit | 3a0e84add08b0028d4b08728073ddf9945dc3be0 (patch) | |
tree | 338327b8b1e67eb70b4a6e9893bb945f5c07a20a /static | |
parent | 7444d8455bff2d0de4ec48bee9e3ab4e843ca909 (diff) | |
download | bnewnet-3a0e84add08b0028d4b08728073ddf9945dc3be0.tar.gz bnewnet-3a0e84add08b0028d4b08728073ddf9945dc3be0.zip |
added GITWIKI_DIR var and added new knowledge to frontpage
Diffstat (limited to 'static')
-rw-r--r-- | static/style/default.css | 12 |
1 files changed, 12 insertions, 0 deletions
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; |