From 05bcd5a1249d92ed179d18770a6538688d01a7fc Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 16 Feb 2014 11:55:18 -0800 Subject: [PATCH] scale background image to 100% --- local.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/local.css b/local.css index f5613a9..53b1ee2 100644 --- a/local.css +++ b/local.css @@ -564,8 +564,9 @@ body { border-color: #999; border-style: none none solid none; border-width: 1px; - background-image: url('/images/da_background.jpg'); - background-repeat: no-repeat; + background-image: url('/images/da_background.jpg'); + background-repeat: no-repeat; + background-size: 100% 100%; } .pageheader .header { -- 2.39.2