Fix up AJAX watch and enable it by default.
[lhc/web/wiklou.git] / skins / common / shared.css
1 /**
2 * CSS in this file is used by *all* skins (that have any CSS at all). Be
3 * careful what you put in here, since what looks good in one skin may not in
4 * another, but don't ignore the poor non-Monobook users either.
5 */
6 .mw-plusminus-null { color: #aaa; }
7 .texvc { direction: ltr; unicode-bidi: embed; }
8 /* Stop floats from intruding into edit area in previews */
9 #toolbar, #wpTextbox1 { clear: both; }
10 div#mw-js-message { margin: 2em 5%; }