cosmo: labels as boxes, badges remove text-shadow
[bootswatch] / cosmo / bootstrap.css
index 6939554..0c78fe4 100644 (file)
@@ -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;