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 /darkly/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 'darkly/bootstrap.css')
-rw-r--r-- | darkly/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/darkly/bootstrap.css b/darkly/bootstrap.css index cf750f05..94e28641 100644 --- a/darkly/bootstrap.css +++ b/darkly/bootstrap.css @@ -5861,6 +5861,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; |