diff mbox

[05/51] sytle.css: Remove the body selector, letting bootstrap's shine through

Message ID 1440440620-25937-6-git-send-email-damien.lespiau@intel.com
State Changes Requested
Headers show

Commit Message

Damien Lespiau Aug. 24, 2015, 6:22 p.m. UTC
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 htdocs/css/style.css | 8 --------
 1 file changed, 8 deletions(-)

Comments

Stephen Finucane Sept. 9, 2015, 1:54 p.m. UTC | #1
Bootstrap complaints in mind...

Acked-by: Stephen Finucane <stephen.finucane@intel.com>
Stephen Finucane Sept. 9, 2015, 2:23 p.m. UTC | #2
Typo in the title (in case you rework).
diff mbox

Patch

diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index e5bbc75..c166374 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;