Commit 600c4344 authored by Greg Wilson's avatar Greg Wilson
Browse files

Merge branch 'master' of github.com:swcarpentry/styles into core

parents 4a99608a caa88ff7
Loading
Loading
Loading
Loading
+3 −22
Original line number Diff line number Diff line
/* 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;