summaryrefslogtreecommitdiff
path: root/cosmo/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-11-24 13:17:06 -0500
committerThomas Park <thomas@thomaspark.me>2012-11-24 13:17:06 -0500
commit87752da58ce677d94438fb5769f24274418b010c (patch)
tree17d42b3a4f2b2df786e0a301e402988c03cbe23d /cosmo/bootstrap.css
parent9cb9554a5bd87a58dc4f3fb52760a53fb9b8d347 (diff)
cosmo: labels as boxes, badges remove text-shadow
Diffstat (limited to 'cosmo/bootstrap.css')
-rw-r--r--cosmo/bootstrap.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/cosmo/bootstrap.css b/cosmo/bootstrap.css
index 69395542..0c78fe49 100644
--- a/cosmo/bootstrap.css
+++ b/cosmo/bootstrap.css
@@ -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 {
@@ -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;