Skip to content

Commit

Permalink
Add documentation about card class
Browse files Browse the repository at this point in the history
  • Loading branch information
Raniere Silva committed Mar 21, 2015
1 parent d576934 commit f8bd46e
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 f8bd46e

Please sign in to comment.