MediaWiki:Common.css: Difference between revisions

From AAISP Support Site
mNo edit summary
mNo edit summary
Line 7: Line 7:
display:block;
display:block;
width:100%;
width:100%;
}

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

div#breadcrumbs {
display: none;
}
}

Revision as of 20:59, 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;
}

div#breadcrumbs {
display: none;
}