From f1544dca405682528b330ed3aebb187b2ef61527 Mon Sep 17 00:00:00 2001 From: Jenil Gogari Date: Sun, 23 Mar 2014 19:29:39 +0530 Subject: fix font-size in cosmo, flatly & darkly Fixes https://github.com/thomaspark/bootswatch/issues/234 --- darkly/bootswatch.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'darkly/bootswatch.less') diff --git a/darkly/bootswatch.less b/darkly/bootswatch.less index 281136cc..d62499bd 100644 --- a/darkly/bootswatch.less +++ b/darkly/bootswatch.less @@ -199,6 +199,10 @@ input { .progress { height: 10px; .box-shadow(none); + .progress-bar { + font-size: 10px; + line-height: 10px; + } } // Containers ================================================================= -- cgit v1.2.3