summaryrefslogtreecommitdiff
path: root/cosmo/bootstrap.css
diff options
context:
space:
mode:
authorJenil Gogari <jenil27@hotmail.com>2014-03-23 19:29:39 +0530
committerJenil Gogari <jenil27@hotmail.com>2014-03-23 19:29:39 +0530
commitf1544dca405682528b330ed3aebb187b2ef61527 (patch)
tree6fd5fe62fa1b045451c79d16428e662d4c051db2 /cosmo/bootstrap.css
parentc675a03d359796d8eb669397161a50b014ab47d2 (diff)
fix font-size in cosmo, flatly & darkly
Fixes https://github.com/thomaspark/bootswatch/issues/234
Diffstat (limited to 'cosmo/bootstrap.css')
-rw-r--r--cosmo/bootstrap.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/cosmo/bootstrap.css b/cosmo/bootstrap.css
index e0aea77b..814b0399 100644
--- a/cosmo/bootstrap.css
+++ b/cosmo/bootstrap.css
@@ -5802,6 +5802,10 @@ table .info a,
-webkit-box-shadow: none;
box-shadow: none;
}
+.progress .progress-bar {
+ font-size: 8px;
+ line-height: 8px;
+}
.panel-heading,
.panel-footer {
border-top-right-radius: 0;