Skip to content

Commit

Permalink
Changing wording in everything except blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Wilson committed Sep 29, 2014
1 parent 0870a7d commit eb7c382
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions swc.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,20 +263,20 @@ table.outlined {
border-collapse: collapse;
}

/* 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 Expand Up @@ -413,7 +413,7 @@ footer .container .links{
}


/* For the Request a Bootcamp form */
/* For the Request a Workshop form */
#ss-form .ss-q-title {
display: block;
font-weight: bold;
Expand Down

0 comments on commit eb7c382

Please sign in to comment.