MediaWiki:Wikia.css: Difference between revisions

Added fix for the maximum width for the Deletion Reason Box.
imported>LostInRiverview
(Reverting to regular theme)
imported>C.Syde65
(Added fix for the maximum width for the Deletion Reason Box.)
Line 1:
/* 0009:03, JulyJune 1928, 20182019 (UTC) */
 
@import url("/load.php?mode=articles&articles=MediaWiki:Themes.css&only=styles");
Line 1,575:
font-style: italic;
clear:both;
}
 
/*Fix Maximum Width for the Deletion Reason Box*/
td.mw-input {
max-width: 566px;
overflow: hidden;
}
Anonymous user