CSS: Style a in text-small

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 10:28:14 +02:00
parent 9f7e349291
commit cde0027b6f
1 changed files with 5 additions and 0 deletions

View File

@ -38,4 +38,9 @@
.text-small {
color: @text-color-light;
font-size: @font-size-small;
a {
color: inherit;
font-size: inherit;
}
}