MediaWiki:Common.css: Difference between revisions

Want an adless experience? Log in or Create an account.
m
Minor fixes
(Added CSS for expanded mobile support.)
m (Minor fixes)
Line 266: Line 266:
.column-right-narrow {
.column-right-narrow {
     float: right;
     float: right;
    width: 39%;
}
.column-left-narrow {
    float: left;
     width: 39%;
     width: 39%;
}
}
Line 283: Line 287:
     float: right;
     float: right;
     width: 29%;
     width: 29%;
}
.column-left-very-wide {
    float: left;
    width: 95%;
}
.column-right-very-wide {
    float: right;
    width: 95%;
}
}
@media only screen and (max-width: 800px) {
@media only screen and (max-width: 800px) {
Line 290: Line 302:
     .column-left-wide,
     .column-left-wide,
     .column-right-narrow,
     .column-right-narrow,
    .column-left-narrow,
     .column-left-extra-wide,
     .column-left-extra-wide,
     .column-right-extra-narrow {
    .column-left-extra-narrow,
    .column-right-extra-wide,
     .column-right-extra-narrow,
    .column-left-very-wide,
    .column-right-very-wide {
         float: inherit;
         float: inherit;
         width: inherit;
         width: inherit;
     }
     }
}
}