From: Damien Lespiau Date: Sun, 7 Sep 2014 16:01:45 +0000 (+0100) Subject: sytle.css: Remove the body selector, letting bootstrap's shine through X-Git-Tag: v1.1.0~191 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5a0fe1d9a66b13df2721afe674e2bca68f8da9b;p=thirdparty%2Fpatchwork.git sytle.css: Remove the body selector, letting bootstrap's shine through Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- diff --git a/htdocs/css/style.css b/htdocs/css/style.css index e5bbc755..c166374f 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -1,11 +1,3 @@ -body { - background-color: white; - color: black; - margin: 0em; - font-size: 9pt; - font-family: "DejaVu Sans", "Bitstream Vera Sans", "Verdana", sans-serif; -} - .floaty { position: fixed; left: 0.1em;