Skip to content

Commit

Permalink
Merge pull request #3 from fmichonneau/upgrade-bootstrap
Browse files Browse the repository at this point in the history
Upgrade bootstrap
  • Loading branch information
Raniere Silva committed Feb 1, 2015
2 parents ea5a11d + 95b0f4c commit 101aa92
Show file tree
Hide file tree
Showing 17 changed files with 8,378 additions and 6,365 deletions.
2,306 changes: 2,306 additions & 0 deletions css/bootstrap/bootstrap-js/bootstrap.js

Large diffs are not rendered by default.

1,092 changes: 0 additions & 1,092 deletions css/bootstrap/bootstrap-responsive.css

This file was deleted.

10,349 changes: 5,438 additions & 4,911 deletions css/bootstrap/bootstrap.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/bootstrap/bootstrap.css.map

Large diffs are not rendered by default.

Binary file not shown.
288 changes: 288 additions & 0 deletions css/bootstrap/fonts/glyphicons-halflings-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed css/bootstrap/img/glyphicons-halflings-white.png
Binary file not shown.
Binary file removed css/bootstrap/img/glyphicons-halflings.png
Binary file not shown.
47 changes: 0 additions & 47 deletions css/lesson.css

This file was deleted.

Binary file not shown.
263 changes: 0 additions & 263 deletions css/swc-bootstrap.css

This file was deleted.

74 changes: 74 additions & 0 deletions css/swc-print.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
/* Printing */
@media print {
h1 {
font-size: 16pt;
line-height: 18pt;
}

h2,h3,h4,h5,h6 {
font-size: 12pt;
line-height: 13pt;
}

/* Objectives, Callout Box and Challenges */
.objectives, .keypoints {
background-color: unset;
border: 5px solid;
}

.callout {
background-color: unset;
border: 5px solid;
}

.challenge {
background-color: unset;
border: 5px solid;
}

p,ul,ol,li,pre,code {
font-size: 8pt;
line-height: 9pt;
}

code {
padding: 0px;
border: 0px;
background: unset;
}

pre.sourceCode::before,
pre.input::before. {
content: "Input:";
}

pre.output::before {
content: "Output:";
}

pre.error::before {
content: "Error:";
}

pre.sourceCode code,
pre.input code,
pre.output code,
pre.error code {
display: block;
margin-top: 1em;
margin-left: 2em;
}

#github-ribbon {
display: none;
}

.banner {
display: none;
}

.footer {
display: none;
}
}

Loading

0 comments on commit 101aa92

Please sign in to comment.