Difference between revisions of "MediaWiki:Common.css"

From RaysBB
Jump to: navigation, search
Line 6: Line 6:
  
 
table.floatright {
 
table.floatright {
 +
border: 1px solid #ccc !important;
 +
        border-collapse: collapse !important;
 +
}
 +
 +
table.floatright tr {
 
border: 1px solid #ccc !important;
 
border: 1px solid #ccc !important;
 
}
 
}

Revision as of 10:58, 16 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-collapse: collapse !important;
}

table.floatright tr {
	border: 1px solid #ccc !important;
}