Difference between revisions of "MediaWiki:Common.css"

From RaysBB
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
#n-portal, #n-currentevents, #n-randompage { display:none; }
+
#n-portal, #n-currentevents, {  
 +
        display: none;  
 +
}
  
 
table.floatright {
 
table.floatright {
 
border: 1px solid #ccc !important;
 
border: 1px solid #ccc !important;
 +
border-width: .5em 0 .8em 1.4em !important;
 
}
 
}

Revision as of 18:35, 15 May 2011

/* CSS placed here will be applied to all skins */

#n-portal, #n-currentevents, { 
        display: none; 
}

table.floatright {
	border: 1px solid #ccc !important;
	border-width: .5em 0 .8em 1.4em !important;
}