From ecc0ee8268012a066c8c69b6e22f4e1d55041ede Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sat, 4 Dec 2021 14:20:39 -0300 Subject: [PATCH] Fix background repetition on IE6 --- assets/css/style-reduced.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style-reduced.css b/assets/css/style-reduced.css index 12cc48e..779c9cf 100644 --- a/assets/css/style-reduced.css +++ b/assets/css/style-reduced.css @@ -9,7 +9,7 @@ html { /* Body Layout */ body { background: url("/assets/images/starsky.png"); - background-repeat: no-repeat; + background-repeat: repeat-x; background-color: #212e40; margin: 12px 8px; }