From 34c905c62b3f4a19d4c6c80ba32ddd4c3b0df3a1 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Mon, 13 Jul 2015 14:12:07 +0300 Subject: [PATCH] make wrapper bg inherited to avoid overlapping text bugs --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 97794f8..b672398 100644 --- a/static/style.css +++ b/static/style.css @@ -21,7 +21,7 @@ button { padding: 6px; } .wrapper { - background: transparent none repeat scroll 0 0; + background: inherit; margin-bottom: 50px; } .footer {