- Feb 12, 2015
-
-
François Michonneau authored
-
François Michonneau authored
-
François Michonneau authored
-
- Feb 05, 2015
-
-
François Michonneau authored
-
François Michonneau authored
-
- Feb 04, 2015
-
-
François Michonneau authored
-
François Michonneau authored
-
François Michonneau authored
-
- Feb 02, 2015
-
-
François Michonneau authored
-
François Michonneau authored
add missing bracket
-
François Michonneau authored
-
- Feb 01, 2015
-
-
Raniere Silva authored
Upgrade bootstrap
-
- Jan 31, 2015
-
-
François Michonneau authored
Conflicts: css/swc-bootstrap.css css/swc.css
-
- Jan 28, 2015
-
-
Raniere Silva authored
Join CSS from site and lessons
-
Raniere Silva authored
-
James Allen authored
As per swcarpentry/lesson-template#140, but only the core CSS changes.
-
Raniere Silva authored
-
Greg Wilson authored
-
Raniere Silva authored
- Remove extra space before title of boxes - Remove background color of boxes when printing - Add "Input", "Output" and "Error" tips for code blocks when printing - Avoid duplicate lines
-
Bill Mills authored
-
Raniere Silva authored
and "learning objectives" box.
-
Timothée Poisot authored
-
Raniere Silva authored
-
Raniere Silva authored
-
Raniere Silva authored
-
- Jan 27, 2015
-
-
François Michonneau authored
-
François Michonneau authored
-
François Michonneau authored
-
- Jan 21, 2015
-
-
James Allen authored
The workshop template is mostly plain bootstrap, so getting it work alongside the site CSS seems mostly straightforward. We only need to add in a .workshop class to the body, and a .card class to the .container in the workshop. Everything else is bootstrap content. This commit also removes the banner.html include since this did not seem to be removed in the main site, but was referenced in the CSS. Removing it makes it clear the .banner class is only needed in the workshop, not here.
-
- Dec 21, 2014
-
-
Greg Wilson authored
-
- Nov 28, 2014
-
-
Greg Wilson authored
-
- Nov 24, 2014
-
-
Abigail Cabunoc Mayes authored
* add Country drop down select * add Gender
-
- Oct 24, 2014
-
-
Raniere Silva authored
-
- Sep 30, 2014
-
-
Raniere Silva authored
~~~ $ for file in $(grep -r -l 'bootcamp' .); do sed -i 's/bootcamp/workshop/g' $file; done $ for file in $(grep -r -l 'boot camp' .); do sed -i 's/boot camp/workshop/g' $file; done ~~~ and others minors changes. Close #240.
-
- Sep 29, 2014
-
-
Greg Wilson authored
-
- Jul 22, 2014
-
-
Greg Wilson authored
Rewriting novice shell lesson so that everything refers to Nelle instead of Vlad.
-
- Jun 28, 2014
-
-
Raniere Silva authored
- Improve to handle err class - Improve pandoc support
-
- Jun 23, 2014
-
-
Raniere Silva authored
-
- Jun 22, 2014
-
-
Raniere Silva authored
The CSS was add at our main CSS and remove from printing: - Logo at header - GitHub ribbon - Footnote Close #561.
-
- Jun 13, 2014
-
-
Raniere Silva authored
Use h2 tag for "subtitle" will break any tool used to convert HTML for another format. This commit replace h2 with span and rely on CSS for have the same look.
-