MediaWiki:Common.css: Difference between revisions

misc/unsorted to bottom -- added a lil fix
(add)
(misc/unsorted to bottom -- added a lil fix)
Line 232: Line 232:
display: table !important;
display: table !important;
width: 100% !important;
width: 100% !important;
}
/* <h3> Misc / Unsorted </h2> */
.special li {
line-height: 19px;
}
#preftoc a:active {
color: #00c;
}
.easywrap {
width: 100%;
table-layout: fixed;
word-wrap: break-word;
overflow: hidden;
}
.right {
text-align: right;
}
}


Line 306: Line 287:
/* Ban notice */
/* Ban notice */
.warningbox {border: 1px solid darkred;background: #ffcfcf;}
.warningbox {border: 1px solid darkred;background: #ffcfcf;}
/* <h3> Misc / Unsorted </h2> */
.special li {
line-height: 19px;
}
#preftoc a:active {
color: #00c;
}
.easywrap {
width: 100%;
table-layout: fixed;
word-wrap: break-word;
overflow: hidden;
}
.right {
text-align: right;
}
#editpage-copywarn {
    margin: 0.6em 0 0.7em 0;
}