Skip to content

Commit

Permalink
Replace bootcamp with workshop
Browse files Browse the repository at this point in the history
~~~
$ 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.
  • Loading branch information
Raniere Silva committed Sep 30, 2014
1 parent a7a0009 commit 5694341
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions swc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 5694341

Please sign in to comment.