diff options
| author | Mark Otto <[email protected]> | 2013-08-18 11:11:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 11:11:31 -0700 |
| commit | 26067d3d7d4e16f2b46b5bde59566f5db3c4f2d7 (patch) | |
| tree | 9cb2139f810bd7b24ccadb8f06c62aba683dea27 /dist/css/bootstrap.css | |
| parent | b5ac1b065ebd8ac5d67a11edcc0428abfef6a4a5 (diff) | |
| download | bootstrap-26067d3d7d4e16f2b46b5bde59566f5db3c4f2d7.tar.xz bootstrap-26067d3d7d4e16f2b46b5bde59566f5db3c4f2d7.zip | |
fixes #9768: unbold buttons
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 7774d6874..69d683788 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1925,7 +1925,7 @@ textarea.input-lg { padding: 6px 12px; margin-bottom: 0; font-size: 14px; - font-weight: bold; + font-weight: normal; line-height: 1.428571429; text-align: center; white-space: nowrap; |
