diff --git a/assets/css/style-reduced.css b/assets/css/style-reduced.css index 43f93af..12cc48e 100644 --- a/assets/css/style-reduced.css +++ b/assets/css/style-reduced.css @@ -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;