MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: #mw-context-text p { color:red; }" |
No edit summary |
||
Line 2: | Line 2: | ||
#mw-context-text p { | #mw-context-text p { | ||
color:red; | color:red; | ||
} | |||
.mw-context-ltr { | |||
color:blue; | |||
} | } |