mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-21 09:05:35 -07:00
Add starsky background to IE6 stylesheet
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user