Add starsky background to IE6 stylesheet

This commit is contained in:
RichardG867
2021-12-04 14:13:23 -03:00
parent 93eff31b03
commit 8d50d31d54

View File

@@ -8,7 +8,9 @@ html {
/* Body Layout */
body {
background: #212e40;
background: url("/assets/images/starsky.png");
background-repeat: no-repeat;
background-color: #212e40;
margin: 12px 8px;
}
@@ -99,6 +101,9 @@ div.scroll {
table {
border: 1px solid #808080;
}
tr:hover { /* N/A on IE6 */
background: #404040;
}
th, td {
border: 1px solid #808080;
padding: 5px;