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

support small for legend per #1544

parent 4ddc8fd0
No related merge requests found
Showing with 10 additions and 0 deletions
+10 -0
No preview for this file type
......@@ -521,6 +521,10 @@ legend {
border: 0;
border-bottom: 1px solid #eee;
}
legend small {
font-size: 13.5px;
color: #999999;
}
label,
input,
button,
......
......@@ -28,6 +28,12 @@ legend {
color: @grayDark;
border: 0;
border-bottom: 1px solid #eee;
// Small
small {
font-size: @baseLineHeight * .75;
color: @grayLight;
}
}
// Set font for forms
......
Supports Markdown
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