Skip to content

Commit

Permalink
Merge pull request #18 from r-gaia-cs/styles-card
Browse files Browse the repository at this point in the history
Add documentation about card class
  • Loading branch information
Greg Wilson committed Mar 21, 2015
2 parents d576934 + f8bd46e commit caa88ff
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions css/swc.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* Container */

div.container {
background: white;
/* Card is used only at lessons */
div.container.card {
background-color: white;
}

/* Headings */
Expand Down Expand Up @@ -135,8 +134,6 @@ body.stylesheet {
margin: 20px auto;
}



/* Code sample */
pre.sourceCode,
pre.input {
Expand All @@ -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;
Expand Down Expand Up @@ -249,9 +235,6 @@ pre.error {
border-bottom-color: #ffffff;
}




blockquote p {
font-size: inherit;
font-weight: inherit;
Expand All @@ -268,12 +251,10 @@ blockquote h2{
color: rgb(0, 0, 0);
}


code {
color: #333333;
}


/* Top banner of every page. */
div.banner {
background-color: #FFFFFF;
Expand Down

0 comments on commit caa88ff

Please sign in to comment.