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 --- cosmo/bootstrap.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cosmo/bootstrap.css') 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; -- cgit v1.2.3