Skip to content

Commit

Permalink
Merge pull request #24 from fmichonneau/merge-badge-classes
Browse files Browse the repository at this point in the history
consolidate badge classes to swc.css
  • Loading branch information
Raniere Silva committed Apr 25, 2015
2 parents caa88ff + d299916 commit a3b5731
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 a3b5731

Please sign in to comment.