Replace bootcamp with workshop
authorRaniere Silva <raniere@ime.unicamp.br>
Thu, 25 Sep 2014 15:59:59 +0000 (12:59 -0300)
committerRaniere Silva <raniere@ime.unicamp.br>
Tue, 30 Sep 2014 00:03:07 +0000 (21:03 -0300)
~~~
$ 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.

swc.css

diff --git a/swc.css b/swc.css
index 2100161f3d20ca99bee8411d694c085b9da68133..79ec3c0a227f9989a641158f0e54ccd8c3c6e2cb 100644 (file)
--- a/swc.css
+++ b/swc.css
@@ -256,25 +256,25 @@ table.outlined {
     border-collapse: collapse;
 }
 
-/* Container for content in the bootcamp index page */
-div.bootcamps {
+/* Container for content in the workshop index page */
+div.workshops {
     text-align: center;
 }
 
-/* Link items (to bootcamp pages) in the bootcamps tables */
-table.bootcamps td.link {
+/* Link items (to workshop pages) in the workshops tables */
+table.workshops td.link {
     width: 50%;
     text-align: left;
 }
 
-/* Spacer items (i.e. ellipsis) on the bootcamps tables */
-table.bootcamps td.spacer {
+/* Spacer items (i.e. ellipsis) on the workshops tables */
+table.workshops td.spacer {
    max-width: 100%;
    text-align: center;
 }
 
-/* Date columns on the bootcamps tables */
-table.bootcamps td.date {
+/* Date columns on the workshops tables */
+table.workshops td.date {
     width: 50%;
     text-align: right;
 }