summaryrefslogtreecommitdiff
path: root/www/wiki/resources/src/mediawiki.special/mediawiki.special.version.css
blob: 1b8581af4b17e944df0d84e4959b351f4659274e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/*!
 * Styling for Special:Version
 */
.mw-version-ext-name,
.mw-version-library-name {
	font-weight: bold;
}

.mw-version-ext-license,
.mw-version-ext-vcs-timestamp {
	white-space: nowrap;
}

th.mw-version-ext-col-label {
	font-size: 0.9em;
}

.mw-version-ext-vcs-version {
	unicode-bidi: embed;
}

.mw-version-credits {
	column-width: 18em;
	-moz-column-width: 18em;
	-webkit-column-width: 18em;
}

.mw-version-credits ul {
	margin-top: 0;
	margin-bottom: 0;
}

.mw-version-license-info strong {
	font-weight: normal;
}

.mw-version-license-info em {
	font-style: normal;
}