Commit 26067d3d authored by Mark Otto's avatar Mark Otto

fixes #9768: unbold buttons

parent b5ac1b06
......@@ -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;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -104,7 +104,7 @@
// Buttons
// -------------------------
@btn-font-weight: bold;
@btn-font-weight: normal;
@btn-default-color: #333;
@btn-default-bg: #fff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment