Intending to change .generaltableheader to .generaltable .header

and do the same with .generaltablecell. First of all, let's ensure we don't
break those parts of the code that haven't been updated.
This commit is contained in:
defacer
2005-03-06 20:09:34 +00:00
parent 40b372365d
commit 1ea6500db7
+4
View File
@@ -448,6 +448,8 @@ body#mod-forum-search .introcontent {
/* calendar, course, weblib,php, attandance
dialouge, exercise, forum, lesson, quiz */
table.generaltable td.header,
table.generaltable th.header,
.generaltableheader {
background-image:url(gradient.jpg);
background-position:top;
@@ -927,11 +929,13 @@ body#admin-index .c0 {
background: #FAFAFA;
}
body#admin-modules table.generaltable td.cell,
body#admin-modules .generaltablecell {
padding-top: 2px;
padding-bottom: 2px;
}
body#admin-blocks table.generaltable td.cell,
body#admin-blocks .generaltablecell {
padding-top: 1px;
padding-bottom: 1px;