mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-17 12:53:24 +00:00
8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
|
@explanation-color: #aaaaaa;
|
||
|
|
||
|
.mw-mlb-shareembed-explanation {
|
||
|
color: @explanation-color;
|
||
|
font-size: 0.9em;
|
||
|
position: relative;
|
||
|
top: 8px;
|
||
|
}
|