Skip to content

Commit

Permalink
cosmo: darken blockquote small
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Nov 24, 2012
1 parent a79f723 commit af2887a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cosmo/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5014,6 +5014,9 @@ blockquote.pull-right {
padding: 10px 15px;
border-right-color: #bbbbbb;
}
blockquote small {
color: #bbbbbb;
}
.muted {
color: #bbbbbb;
}
Expand Down
2 changes: 2 additions & 0 deletions cosmo/bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions cosmo/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ blockquote {
padding: 10px 15px;
border-right-color: @gray;
}

small {
color: @gray;
}
}

.muted {
Expand Down Expand Up @@ -305,6 +309,10 @@ div.subnav {
&-large {
padding: 22px 30px;
}

&-mini {
padding: 2px 6px;
}
}

.btn-group {
Expand Down

0 comments on commit af2887a

Please sign in to comment.