增加 650 位元組
、 2020年6月2日 (二) 11:10
/**
* Explicitly set width of the UTC-clock list element, so that we can use a
* hidden peer gadget to add space where the clock would go before it loads.
*/
.skin-vector #utcdate {
width: 7.55em;
/*
* The default margin-left is 0.75em, but set it again here explicitly, so
* we can be sure of the exact width.
*/
margin-left: 0.75em;
}/* Monobook not available to this wiki.
.skin-monobook #utcdate {
width: 6.279em;
display: inline-block; /* We need this for the width property to work
/*
* The default margin-left is 1em, but set it again here explicitly, so
* we can be sure of the exact width.
*
margin-left: 1em;
}*/