- 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.
-
- 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.
-
- Mar 17, 2014
-
-
Raniere Silva authored
-
- Feb 18, 2014
-
-
Raniere Silva authored
**Note**: This is a prototype. Instead of "In" and "Out" use arrow to mark the input and output of IPython lessons. To construct the arrows we only use CSS.
-
- Feb 07, 2014
-
-
Greg Wilson authored
-
- Oct 01, 2013
-
-
Raniere Silva authored
When using large font it will overflow the width so I add max-width in the css.
-
Raniere Silva authored
The 'box' class overflow the window width for some screen size. This patch fix it using CSS media query.
-
- Jul 14, 2013
-
-
Greg Wilson authored
-