ACP: distinguish <small> from regular text

v1.18.x
psychobunny 8 years ago
parent 62f445ad7f
commit 5ca9e5e14c

@ -272,4 +272,8 @@ body {
border: 1px dashed @brand-success;
background: lighten(@brand-success, 10%);
opacity: 0.5;
}
form small {
color: @gray-light;
}
Loading…
Cancel
Save