Skip to content

Commit

Permalink
Merge pull request #16 from r-gaia-cs/styles-fix-background
Browse files Browse the repository at this point in the history
Fix background for lessons
  • Loading branch information
Greg Wilson committed Mar 21, 2015
2 parents e8b726e + 49ff04f commit 1289f51
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 1289f51

Please sign in to comment.