ACP: distinguish <small> from regular text

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

@ -273,3 +273,7 @@ body {
background: lighten(@brand-success, 10%); background: lighten(@brand-success, 10%);
opacity: 0.5; opacity: 0.5;
} }
form small {
color: @gray-light;
}
Loading…
Cancel
Save