diff roundup/templates/classic/html/style.css @ 1062:cc5a22e769b1

forgot the history style
author Richard Jones <richard@users.sourceforge.net>
date Fri, 06 Sep 2002 05:37:43 +0000
parents 51abcc2b2b71
children 954ad22eb7d9
line wrap: on
line diff
--- a/roundup/templates/classic/html/style.css	Fri Sep 06 05:33:09 2002 +0000
+++ b/roundup/templates/classic/html/style.css	Fri Sep 06 05:37:43 2002 +0000
@@ -194,8 +194,34 @@
   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;

Roundup Issue Tracker: http://roundup-tracker.org/