MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 27: Line 27:
}
}


.floatright img
div.floatright img
{
{
     margin-left: 2em;
     margin-left: 2em;
Line 35: Line 35:
@media only screen and (max-width : 1000px)
@media only screen and (max-width : 1000px)
{
{
     .floatright
     div.floatright
     {
     {
         float: unset;
         float: unset;
     }
     }


     .floatright img
     div.floatright img
     {
     {
         margin-left: 0;
         margin-left: 0;
     }     
     }     
}
}