Difference between revisions of MediaWiki:Gadget-UTCLiveClock.css

NottNott (talk | contribs)
No edit summary
NottNott (talk | contribs)
No edit summary
Line 4: Line 4:
  */
  */
.skin-vector #utcdate {
.skin-vector #utcdate {
width: 0em;
width: 6em;
/*  
/*  
* The default margin-left is 0.75em, but set it again here explicitly, so
* The default margin-left is 0.75em, but set it again here explicitly, so
* we can be sure of the exact width.
* we can be sure of the exact width.
*/  
*/  
margin-left: 0em;
margin-left: 0.75em;
}
}