Skip to content

Commit

Permalink
cosmo: labels as boxes, badges remove text-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Nov 24, 2012
1 parent 9cb9554 commit 87752da
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions cosmo/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5349,9 +5349,12 @@ legend {
color: #ffffff;
}
.label {
min-width: 80px;
min-height: 80px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-weight: 300;
text-shadow: none;
}
.label-success {
Expand All @@ -5370,6 +5373,8 @@ legend {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-weight: 300;
text-shadow: none;
}
.badge-success {
background-color: #00a301;
Expand Down
4 changes: 2 additions & 2 deletions cosmo/bootstrap.min.css

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

5 changes: 5 additions & 0 deletions cosmo/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,10 @@ legend {
}

.label {
min-width: 80px;
min-height: 80px;
.border-radius(0);
font-weight: 300;
text-shadow: none;

&-success {
Expand All @@ -475,6 +478,8 @@ legend {
.badge {

.border-radius(0);
font-weight: 300;
text-shadow: none;

&-success {
background-color: @green;
Expand Down

0 comments on commit 87752da

Please sign in to comment.