MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Sixtus-admin (talk | contribs) (See me live failing how to use CSS) |
Sixtus-admin (talk | contribs) (Also hit the private discussion pages and use css border like in the default template) |
||
Line 2: | Line 2: | ||
/* mark the private namespace visually */ |
/* mark the private namespace visually */ |
||
− | .ns-100 #content { border: |
+ | .ns-100 #content, .ns-101 #content { border: 1px solid #dd3333; } |
− | .ns-100 #firstHeading { color: #dd3333; } |
+ | .ns-100 #firstHeading, .ns-101 #firstHeading { color: #dd3333; } |