MediaWiki:Common.css: Difference between revisions

From Emmy The Robot Fandom Wiki
Content added Content deleted
(Reduced vertical padding on tables)
mNo edit summary
Line 71: Line 71:
/*tr {
/*tr {
line-height: 1
line-height: 1
}*/
*/
}

/*THIS IS A TEST LINE FOR INTERNET PERFORMANCE TESTING*/
/* OLIVIANON'S CSS EXPERIMENT SECTION END */
/* OLIVIANON'S CSS EXPERIMENT SECTION END */


Line 397: Line 398:
color: ;
color: ;
}
}

/* Modern Ajax Poll look*/
/* Modern Ajax Poll look*/
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:AjaxPoll.Modern.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:AjaxPoll.Modern.css&only=styles";

/* Wikitable */
table.wikitable, table.wikitable caption, table.wikitable th, table.wikitable td {
padding-top: 0.2em;
padding-bottom: 0.2em;
}