Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 27: Line 27:
   background-image: url(background.png);
   background-image: url(background.png);
   background-repeat: repeat;
   background-repeat: repeat;
}
@media screen and (max-width: 910px) {
    .smart-clear {
        clear: both;
    }
}
@media screen and (max-width: 580px) {
    .infobox {
        float: none;
        width: 100%;
    }
    .embedvideo.ev_right, embedvideo.ev_left {
        float: none !important;
    }
}
}