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

Merge branch 'core' into gh-pages

parents 6b89d213 600c4344
No related merge requests found
/* Container */
div.container {
background: white;
/* Card is used only at lessons */
div.container.card {
background-color: white;
}
/* Headings */
......@@ -135,8 +134,6 @@ body.stylesheet {
margin: 20px auto;
}
/* Code sample */
pre.sourceCode,
pre.input {
......@@ -149,27 +146,16 @@ pre.error {
color: Red;
}
.card {
background-color: white;
}
@media (max-width: 700px) {
div.banner a img {
padding: 20px 0px;
}
}
/*----------------------------------------*/
/* Override Bootstrap CSS */
/*----------------------------------------*/
/* navbar */
.navbar {
min-height: 85px;
......@@ -249,9 +235,6 @@ pre.error {
border-bottom-color: #ffffff;
}
blockquote p {
font-size: inherit;
font-weight: inherit;
......@@ -268,12 +251,10 @@ blockquote h2{
color: rgb(0, 0, 0);
}
code {
color: #333333;
}
/* Top banner of every page. */
div.banner {
background-color: #FFFFFF;
......
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