summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a58d37f)
raw | patch | inline | side by side (parent: a58d37f)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 6 Sep 2002 05:37:43 +0000 (05:37 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 6 Sep 2002 05:37:43 +0000 (05:37 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1081 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/templates/classic/html/style.css | patch | blob | history |
index 0859796e965207e56cd3ef4ea94eb425868e3fc2..e1278d917e2e9fcc1022d8da19528247dec3d7e3 100644 (file)
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;