File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed
roundup/templates/classic/html Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff 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 */
199225table .otherinfo {
200226 border-spacing : 0px ;
201227 border-collapse : separate;
You can’t perform that action at this time.
0 commit comments