Skip to content

Commit

Permalink
consolidate badge classes to swc.css
Browse files Browse the repository at this point in the history
the class removed are unused as we take advantage of classes provided by
Bootstrap instead.
  • Loading branch information
Francois Michonneau committed Mar 24, 2015
1 parent caa88ff commit d299916
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
18 changes: 0 additions & 18 deletions css/badge.css

This file was deleted.

10 changes: 10 additions & 0 deletions css/swc.css
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,16 @@ table.workshops td.date {
opacity: 0.5;
}

#modal-badge-img {
position:absolute;
right: 25px;
bottom: 25px;
opacity: 0.5;
}
#assertion-modal.in {
color: black;
}

/* list with checkbox as bullet */
ul.checklist {
list-style-image: url('../img/checkbox.png');
Expand Down

0 comments on commit d299916

Please sign in to comment.