- Small visual improvement to the admin tables. Patch by Al.

4.2.x
Dries Buytaert 2003-05-30 21:25:32 +00:00
parent 2aa762436f
commit 1a8b678b52
1 changed files with 4 additions and 1 deletions

View File

@ -31,6 +31,9 @@ h3 {
margin: 0;
padding: 0 0 .5em 0;
}
table {
border-collapse: collapse;
}
th {
text-align: left;
color: #006;
@ -40,7 +43,7 @@ tr.dark {
background-color: #ddd;
}
tr.light {
background-color: #fff;
background-color: #eee;
}
td {
padding: 5px;