Move admin_default table styles to default for consistency.

This commit is contained in:
Chad Kieffer
2009-02-06 02:10:00 +00:00
parent c166042313
commit 196ef392ab
2 changed files with 5 additions and 13 deletions
-8
View File
@@ -15,14 +15,6 @@
* 1) Basic HTML elements
**********************************************************************/
th,
td {
border: none;
border-bottom: 1px solid #ccc;
padding-right: .5em;
}
/** *******************************************************************
* 2) Reusable content blocks
**********************************************************************/
+5 -5
View File
@@ -103,16 +103,16 @@ th {
font-weight: bold;
}
td {
}
th,
td {
border: 1px solid #ccc;
padding: .3em;
border: none;
border-bottom: 1px solid #ccc;
padding: .5em;
vertical-align: top;
}
/* Forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
fieldset {