1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02:00

fixes #9768: unbold buttons

This commit is contained in:
Mark Otto
2013-08-18 11:11:31 -07:00
parent b5ac1b065e
commit 26067d3d7d
3 changed files with 3 additions and 3 deletions

View File

@@ -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;