MediaWiki:Monobook.css: Difference between revisions

From Ameliapedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin */
 
/*  but it won't change TIGHAR's skin.  We have to modify  */
/*  /var/www/html/aw/mediawiki/skins/tighar/main.css      */
/*
/*
  * Added by MXM for collapsed borders around tables
  * Added by MXM for collapsed borders around tables
  *
  *
  */
  */
 
table {
table.wikitable {
margin: 1em 1em 1em 0;
margin: 1em 1em 1em 0;
padding: 3px;
padding: 3px;

Revision as of 21:42, 10 February 2009

/* CSS placed here will affect users of the Monobook skin  */
/*  but it won't change TIGHAR's skin.  We have to modify  */
/*  /var/www/html/aw/mediawiki/skins/tighar/main.css       */
/*
 * Added by MXM for collapsed borders around tables
 *
 */
table {
margin: 1em 1em 1em 0;
padding: 3px;
border: solid 1px #AAAAAA;
border-collapse: collapse;
empty-cells:show
}