Merge "Do not wrap the "License" field on Special:Version"
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.version.css
1 /*!
2 * Styling for Special:Version
3 */
4 .mw-version-ext-name {
5 font-weight: bold;
6 }
7
8 .mw-version-ext-license,
9 .mw-version-ext-vcs-timestamp {
10 white-space: nowrap;
11 }
12
13 th.mw-version-ext-col-label {
14 font-size: 0.9em;
15 }
16
17 .mw-version-ext-vcs-version {
18 unicode-bidi: embed;
19 }