summaryrefslogtreecommitdiff
path: root/flatly/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 /flatly/bootstrap.css
parentc675a03d359796d8eb669397161a50b014ab47d2 (diff)
fix font-size in cosmo, flatly & darkly
Fixes https://github.com/thomaspark/bootswatch/issues/234
Diffstat (limited to 'flatly/bootstrap.css')
-rw-r--r--flatly/bootstrap.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/flatly/bootstrap.css b/flatly/bootstrap.css
index 2cf3000c..5af1b822 100644
--- a/flatly/bootstrap.css
+++ b/flatly/bootstrap.css
@@ -5855,6 +5855,10 @@ input:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
+.progress .progress-bar {
+ font-size: 10px;
+ line-height: 10px;
+}
.well {
-webkit-box-shadow: none;
box-shadow: none;