Skip to content

Commit 73c45f8

Browse files
author
Richard Jones
committed
forgot the history style
1 parent 0ca3211 commit 73c45f8

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

roundup/templates/classic/html/style.css

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,34 @@ table.files td {
194194
font-family: monospace;
195195
}
196196

197+
/* style for history displays */
198+
table.history {
199+
border-spacing: 0px;
200+
border-collapse: separate;
201+
width: 100%;
202+
}
197203

198-
/* style for file displays */
204+
table.history th.header{
205+
padding-top: 10px;
206+
border-bottom: 1px solid gray;
207+
font-weight: bold;
208+
background-color: white;
209+
color: #707040;
210+
font-size: 100%;
211+
}
212+
213+
table.history th {
214+
border-bottom: 1px solid #afafaf;
215+
font-weight: bold;
216+
text-align: left;
217+
font-size: 90%;
218+
}
219+
220+
table.history td {
221+
font-size: 90%;
222+
}
223+
224+
/* style for "other" displays */
199225
table.otherinfo {
200226
border-spacing: 0px;
201227
border-collapse: separate;

0 commit comments

Comments
 (0)