MediaWiki:Common.css: Difference between revisions

From AAISP Support Site
mNo edit summary
mNo edit summary
Line 11: Line 11:
div#breadcrumbs {
div#breadcrumbs {
font-size:0.5em;
font-size:0.5em;
}

div#breadcrumbs {
display: none;
}
}

Revision as of 21:00, 5 March 2015

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

/*Float the table of contents to the right */
#toc { float: right };

td.clickablecell a {
    display:block;
    width:100%;
}

div#breadcrumbs {
  font-size:0.5em;
}