Further formatting and bug fixes

This commit is contained in:
2010-02-25 23:37:05 +00:00
parent c0a5f75504
commit 7c596f5037
8 changed files with 50 additions and 15 deletions

View File

@@ -15,7 +15,6 @@ table {
}
table,caption {
margin: 0 auto;
border-right: 1px solid #CCC;
border-left: 1px solid #CCC
}
@@ -25,16 +24,24 @@ caption,th,td {
padding: 10px
}
caption,thead th,tfoot th,tfoot td {
background-color: #E63C1E;
caption,thead th {
background-color: #858585;
color: #FFF;
font-weight: bold;
text-transform: uppercase
}
tfoot th,tfoot td {
background-color: #858585;
color: #FFF;
font-size: 1px;
font-weight: bold;
text-transform: uppercase
}
thead th {
background-color: #C30;
color: #FFB3A6;
background-color: #858585;
color: white;
text-align: center
}
@@ -77,3 +84,8 @@ tbody td+td+td+td a:active,tbody td+td+td+td a:hover,tbody td+td+td+td a:focus,t
color: #E63C1E
}
body a:active, body a:hover, body a:focus, body a:visited {
color: #E63C1E;
text-decoration: none;
}