Skip to content

Commit

Permalink
Fix background for lessons
Browse files Browse the repository at this point in the history
  • Loading branch information
Raniere Silva committed Mar 21, 2015
1 parent e8b726e commit 49ff04f
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions css/swc.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Container */

div.container {
background: white;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
Expand Down Expand Up @@ -262,15 +267,6 @@ blockquote h2{
}


/* Container for page contents. */
.container-full-width {
max-width: none;
}

.container .jumbotron {
padding: 20px;
}

code {
color: #333333;
}
Expand Down

0 comments on commit 49ff04f

Please sign in to comment.