Commit 5a3dfb72 authored by Mark Otto's avatar Mark Otto

support small for legend per #1544

parent 4ddc8fd0
...@@ -521,6 +521,10 @@ legend { ...@@ -521,6 +521,10 @@ legend {
border: 0; border: 0;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
} }
legend small {
font-size: 13.5px;
color: #999999;
}
label, label,
input, input,
button, button,
......
...@@ -28,6 +28,12 @@ legend { ...@@ -28,6 +28,12 @@ legend {
color: @grayDark; color: @grayDark;
border: 0; border: 0;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
// Small
small {
font-size: @baseLineHeight * .75;
color: @grayLight;
}
} }
// Set font for forms // Set font for forms
......
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