mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-27 12:24:03 +00:00
support small for legend per #1544
This commit is contained in:
parent
4ddc8fd0e4
commit
5a3dfb72bf
3 changed files with 10 additions and 0 deletions
Binary file not shown.
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
|
|
@ -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 {
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue