Actions

MediaWiki

Difference between revisions of "Common.css"

From Just in Time

Line 26: Line 26:
 
{
 
{
 
     float:left;
 
     float:left;
 +
    clear:both;
 
}
 
}

Revision as of 22:13, 7 January 2015

/* CSS placed here will be applied to all skins */
table.wikitable
 {
   margin: 1em 1em 1em 0;
   background: #f9f9f9;
   border: 1px #aaaaaa solid;
   border-collapse: collapse;
 }
 table.wikitable th, table.wikitable td,
 {
   border: 1px #aaaaaa solid;
   padding: 0.5em;
 }
 table.wikitable th,
 {
   background: #ccccff;
   text-align: center;
 }
 table.wikitable caption,
 {
   margin-left: inherit;
   margin-right: inherit;
 }
 li#ca-viewsource { display: none; }
.mw-content-ltr table#toc
{
    float:left;
    clear:both;
}