diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-03-23 10:29:04 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-03-23 10:29:04 -0400 |
commit | 28827e439b4543149ed8edc540802b61c8533f9d (patch) | |
tree | 6fd5fe62fa1b045451c79d16428e662d4c051db2 /cosmo/bootstrap.css | |
parent | c675a03d359796d8eb669397161a50b014ab47d2 (diff) | |
parent | f1544dca405682528b330ed3aebb187b2ef61527 (diff) |
Merge pull request #235 from jenil27/gh-pages
fix font-size in cosmo, flatly & darkly
Diffstat (limited to 'cosmo/bootstrap.css')
-rw-r--r-- | cosmo/bootstrap.css | 4 |
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; |