From 0725d7a25dee913b39b90e81a1fedf421bec7fcd Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Sun, 17 Mar 2013 13:34:19 +0100 Subject: [PATCH] Place texture on HTML element. --- theme/static/css/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/theme/static/css/style.css b/theme/static/css/style.css index 1464fcb5..18e8b6a5 100644 --- a/theme/static/css/style.css +++ b/theme/static/css/style.css @@ -13,11 +13,14 @@ code, pre { } -body { - padding-top: 20px; +html { background: rgb(236, 236, 236) url(/theme/img/fabric_plaid.png); box-shadow: inset 0 10px 100px -30px rgba(0, 0, 0, 0.5); } +body { + padding-top: 20px; + background-color: transparent; +} .page-header { @@ -170,7 +173,6 @@ a { } - .comments { margin-top: 5em; }