From 8d50d31d544504781b65d9fa51bed343fafaa278 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sat, 4 Dec 2021 14:13:23 -0300 Subject: [PATCH] Add starsky background to IE6 stylesheet --- assets/css/style-reduced.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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;