MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 57: Line 57:
     word-wrap: break-word;
     word-wrap: break-word;
}
}
/* Content in columns with CSS instead of tables [[Template:Columns]] */
div.columns-2 div.column {
    /* @noflip */
    float: left;
    width: 50%;
    min-width: 300px;
}
div.columns-3 div.column {
    /* @noflip */
    float: left;
    width: 33.3%;
    min-width: 200px;
}
div.columns-4 div.column {
    /* @noflip */
    float: left;
    width: 25%;
    min-width: 150px;
}
div.columns-5 div.column {
    /* @noflip */
    float: left;
    width: 20%;
    min-width: 120px;
}


/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
Autochecked users, Bureaucrats, Editors, oversight, recentchangescleanup, Reviewers, rollback, Administrators
19,746

edits