- Jan 09, 2017
-
-
Greg Wilson authored
-
Raniere Silva authored
lesson.scss: 2em left padding for lists
-
- Dec 14, 2016
-
-
Maxim Belkin authored
Example of the problem: see "Ten Things You Need To Know" from http://swcarpentry.github.io/lesson-example/ For numbered lists that have more that 9 elements 1 em padding on the left is not sufficient. The result is that "1" in numbers "10" and above is printed on top of the border of encapsulating HTML block. 2 em padding solves this problem for lists with less that 100 elements. It should be safe to safe to assume that numbered lists in Carpentries' lessons should not have more than 99 items.
-
- Nov 08, 2016
-
-
Greg Wilson authored
Starting to incorporate Library Carpentry materials
-
Greg Wilson authored
-
Greg Wilson authored
-
- Oct 31, 2016
-
-
Raniere Silva authored
Add link to setup from schedule
-
- Oct 18, 2016
-
-
Raniere Silva authored
-
- Oct 08, 2016
-
-
Greg Wilson authored
-
- Oct 07, 2016
-
-
Greg Wilson authored
-
Greg Wilson authored
-
Greg Wilson authored
-
Greg Wilson authored
Adding link to training survey to config
-
Greg Wilson authored
-
Greg Wilson authored
-
- Oct 05, 2016
-
-
Greg Wilson authored
-
- Sep 26, 2016
-
-
Jonah Duckles authored
Adding Google Analytics code
-
Greg Wilson authored
-
- Sep 23, 2016
-
-
Raniere Silva authored
accessibility fixes.
-
Raniere Silva authored
fix search meta tag.
-
Evan P. Williamson authored
-
Evan P. Williamson authored
Add label to search box and navigation arrows.
-
- Sep 15, 2016
-
-
Greg Wilson authored
1. Checking that `index.md` has `root` set to '.' 2. Checking that `_config.yml` has `root` set to '..'
-
- Sep 12, 2016
-
-
Greg Wilson authored
-
Greg Wilson authored
-
- Sep 07, 2016
-
-
Greg Wilson authored
-
Greg Wilson authored
-
Greg Wilson authored
-
- Sep 05, 2016
-
-
Greg Wilson authored
-
Rémi Emonet authored
-
Rémi Emonet authored
-
Rémi Emonet authored
-
- Aug 26, 2016
-
-
Greg Wilson authored
Fix "br" typo causing ugly rendering (epub only)
-
- Aug 25, 2016
-
-
Rémi Emonet authored
</br> instead of <br/> renders fine in the browser but not in an epub
-
- Jul 28, 2016
-
-
Greg Wilson authored
-
- Jul 26, 2016
-
-
Greg Wilson authored
-
- Jul 24, 2016
-
-
Greg Wilson authored
An internally-defined Markdown link has the form [xxx][yyy]. If the ID 'yyy' doesn't resolve, the text is left as-is, so we check for that, then subtract those that reference configuration values using '{{'. It's a hack, but it'll catch at least a few things.
-
- Jul 21, 2016
-
-
Greg Wilson authored
-
Greg Wilson authored
-
Greg Wilson authored
Import future print in case of python2 environment
-