commit | ff4c3c38c793977b6a1fd5517925908e5bfa51a5 | [log] [tgz] |
---|---|---|
author | Tyler Scott <tyduptyler13@gmail.com> | Thu Aug 06 14:38:13 2015 -0600 |
committer | Tyler Scott <tyduptyler13@gmail.com> | Mon Aug 10 15:25:26 2015 -0600 |
tree | 7110b090ead7a077534c5451f852f227a3eea24b | |
parent | 4e4865a25be050d2c4eea20edaaf46a96332883a [diff] [blame] |
Added background image to catalog. Change-Id: Ibd45b2f26351e1d4eb558d523a150d0d49ce2899
diff --git a/client/catalog/css/style.css b/client/catalog/css/style.css index 45752a6..122c438 100644 --- a/client/catalog/css/style.css +++ b/client/catalog/css/style.css
@@ -3,8 +3,13 @@ height: 100%; margin: 0; min-width: 650px; + background-image: url(../background.jpg); + background-size: contain; + background-attachment: fixed; } +body#body {} + .sidebar { height: 100%; max-height: 100%;