Difference between revisions of "MediaWiki:Common.css"

From Starsonata Wiki
Jump to: navigation, search
m
m
Line 10: Line 10:
 
     table.wikitable tr:first-child {
 
     table.wikitable tr:first-child {
 
         float:left;
 
         float:left;
 +
        position:relative;
 
     }
 
     }
 
}
 
}

Revision as of 01:49, 22 November 2013

@media only screen and (min-device-width: 480px) {
    table.wikitable {
        display: block;
        width: 98%;
        height: 30em;
        overflow-y: scroll;
        overflow-x: none;
        border: 2px solid #088;
    }
    table.wikitable tr:first-child {
        float:left;
        position:relative;
    }
}