MediaWiki:Common.css: Difference between revisions

Content deleted Content added
This adjustment only really applies for vector-ish skins and makes the others worse
No edit summary
Line 516:
.ve-not-available .mw-editsection-divider {
display: inline;
}
 
/**
* Fix for http://bugzilla.shoutwiki.com/show_bug.cgi?id=191 (long words do not wrap)
*
* @see http://stackoverflow.com/questions/7284990/css-how-to-break-long-words-in-a-table-td/11423675#11423675
* @see http://webdesignerwall.com/tutorials/word-wrap-force-text-to-wrap
*/
.mw-wikiforum-thread-main,
.mw-wikiforum-thread-sub {
word-wrap: break-word;
}