Skip to content
Snippets Groups Projects
Commit 1289f51d authored by Greg Wilson's avatar Greg Wilson
Browse files

Merge pull request #16 from r-gaia-cs/styles-fix-background

Fix background for lessons
parents e8b726e9 49ff04f2
Branches
Tags
No related merge requests found
/* 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;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment