From 9f435059cad8dbae1cec57e63ddfc9c3b7e08e67 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 28 May 2012 07:51:03 +0200 Subject: [PATCH] Enforce some styles in the page template --- templates/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/style.css b/templates/style.css index eba68bc..5c704b1 100644 --- a/templates/style.css +++ b/templates/style.css @@ -1,8 +1,9 @@ html, body { - padding: 0px; - margin: 0px; - font-family: sans-serif; + padding: 0px !important; + margin: 0px !important; + font-family: sans-serif !important; + font-size: 16px !important; background-color: #F7F7F7 !important; }