From: Don Armstrong Date: Sun, 16 Feb 2014 19:55:18 +0000 (-0800) Subject: scale background image to 100% X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=commitdiff_plain;h=05bcd5a1249d92ed179d18770a6538688d01a7fc;ds=sidebyside scale background image to 100% --- 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 {