blob: 764e37777fe771c9fa6f92f51fda08f5d89f1505 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*!
* Styling for Special:Version
*/
.mw-version-ext-name {
font-weight: bold;
}
.mw-version-ext-vcs-timestamp {
white-space: nowrap;
}
th.mw-version-ext-col-label {
font-size: 0.9em;
}
|