From 49ff04f2bb607245d4ea5088fc49a1b6d88a7247 Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Sat, 21 Mar 2015 04:52:51 -0300 Subject: [PATCH] Fix background for lessons --- css/swc.css | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/css/swc.css b/css/swc.css index 42375b4..a7560af 100644 --- a/css/swc.css +++ b/css/swc.css @@ -1,3 +1,8 @@ +/* Container */ + +div.container { + background: white; +} /* Headings */ h1, h2, h3, h4, h5, h6 { @@ -262,15 +267,6 @@ blockquote h2{ } -/* Container for page contents. */ -.container-full-width { - max-width: none; -} - -.container .jumbotron { - padding: 20px; -} - code { color: #333333; }