Adjust text style for size indications

For download button and size drop-downs, the size labels
have been set to small and normal weight (in the download button, 
other rules made it to be bold if no weight was specified).

Change-Id: I7511b307a8459d6e4a01f0b9540528046ad2be8e
This commit is contained in:
Pau Giner 2014-04-09 14:13:17 +02:00 committed by Pginer
parent c42f5425f9
commit 8cd21e3c82
2 changed files with 3 additions and 1 deletions

View file

@ -32,7 +32,8 @@
.multimediaviewer-download-image-size {
display:block;
font-size: x-small;
font-size: small;
font-weight: normal;
}
.mw-mlb-download-preview-link {

View file

@ -58,4 +58,5 @@
.mw-mmv-embed-dimensions {
color: @embed-dimensions-color;
font-size: small;
}