From 6098d95d02cb7bd9e94cb6cb4c399ff809c321f2 Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Fri, 13 May 2005 19:19:12 +0000 Subject: [PATCH] New authorcol style and signature delimiter svn path=/trunk/boinc/; revision=6152 --- html/user/white.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/html/user/white.css b/html/user/white.css index e4b007d890..fb70faa82d 100644 --- a/html/user/white.css +++ b/html/user/white.css @@ -138,6 +138,11 @@ img { overflow: hidden; } +.cellwrap{ + width: 100%; + overflow: auto; +} + blockquote { border-left: 2px solid blue; padding-left: 5px; @@ -146,3 +151,17 @@ blockquote { margin-left: 10px; font-style: italic; } + +#thread table { + width: 100%; + table-layout: fixed; +} + +.sigdelim { + width: 60%; + height: 1px; + background-color: black; + color: black; + border: 0; + margin-right: 100%; +} \ No newline at end of file