Redaktor:Teslaton/Hlavná stránka/styles.css

z Wikipédie, slobodnej encyklopédie
@media screen and ( max-width: 720px ) {
    td,
    tr,
    .mp-column,
    .floatleft,
    .floatright,
    tbody,
    table {
        display: block !important;
        float: none !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box;
    }
}

.references {
    display: none;
}