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 --- flatly/bootswatch.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'flatly/bootswatch.less') diff --git a/flatly/bootswatch.less b/flatly/bootswatch.less index 140a06d9..e2c6128f 100644 --- a/flatly/bootswatch.less +++ b/flatly/bootswatch.less @@ -192,6 +192,10 @@ input, { .progress { height: 10px; .box-shadow(none); + .progress-bar { + font-size: 10px; + line-height: 10px; + } } // Containers ================================================================= -- cgit v1.2.3