Skip to content

Commit

Permalink
cosmo: fixes text-info, closes thomaspark#157
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Sep 12, 2013
1 parent c324d41 commit 194dadc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cosmo/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -7250,6 +7250,10 @@ td.visible-print {
color: #ff7518;
}

.text-info {
color: #9954bb;
}

.table tr.success,
.table tr.warning,
.table tr.danger {
Expand Down
2 changes: 1 addition & 1 deletion cosmo/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions cosmo/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
color: @brand-warning;
}

.text-info {
color: @brand-info;
}

// Tables =====================================================================

.table {
Expand Down

0 comments on commit 194dadc

Please sign in to comment.