Difference between revisions of "MediaWiki:Common.css"

From TestWiki
Jump to: navigation, search
(External sidebar links)
m (fix to local links)
Line 15: Line 15:
 
/** Sidebar External Links **/
 
/** Sidebar External Links **/
  
#n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {
+
#n-CrudeProtection a {
 
background: url(/skins-1.5/monobook/external.png) center right no-repeat;
 
background: url(/skins-1.5/monobook/external.png) center right no-repeat;
 
padding-right: 13px;
 
padding-right: 13px;

Revision as of 15:07, 12 May 2008

/** <pre><nowiki> */
 
 
#n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {
	background: url(/skins-1.5/monobook/external.png) center right no-repeat;
	padding-right: 13px;
	color: #36b;
}
 
 
#toc {
    margin: 1em 0;
}
 
/** Sidebar External Links **/
 
#n-CrudeProtection a {
	background: url(/skins-1.5/monobook/external.png) center right no-repeat;
	padding-right: 13px;
	color: #36b;
}
 
/** </nowiki></pre> */