From: richard Date: Fri, 6 Sep 2002 05:37:43 +0000 (+0000) Subject: forgot the history style X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=353378f3d84fcbdc7dc7f89f787d80c37ac6b29c;p=roundup.git forgot the history style git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1081 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/templates/classic/html/style.css b/roundup/templates/classic/html/style.css index 0859796..e1278d9 100644 --- a/roundup/templates/classic/html/style.css +++ b/roundup/templates/classic/html/style.css @@ -194,8 +194,34 @@ table.files td { font-family: monospace; } +/* style for history displays */ +table.history { + border-spacing: 0px; + border-collapse: separate; + width: 100%; +} -/* style for file displays */ +table.history th.header{ + padding-top: 10px; + border-bottom: 1px solid gray; + font-weight: bold; + background-color: white; + color: #707040; + font-size: 100%; +} + +table.history th { + border-bottom: 1px solid #afafaf; + font-weight: bold; + text-align: left; + font-size: 90%; +} + +table.history td { + font-size: 90%; +} + +/* style for "other" displays */ table.otherinfo { border-spacing: 0px; border-collapse: separate;