ผลต่างระหว่างรุ่นของ "มีเดียวิกิ:Gadget-Site.css"

เนื้อหาที่ลบ เนื้อหาที่เพิ่ม
Geonuch (คุย | ส่วนร่วม)
update
removing temporary PageNumbers patch
 
บรรทัดที่ 26:
}
*/
 
/*********
** TEMP Reproduce notorious 3.00em margin-left that WAS once part of Dynamic Layouts
*********/
/* setting ported to common.css on 01/25/2015 */
/* re-labeled ids moved to site.css on 05/03/2015 */
body.ns-0 div#pageContainer {
position: relative;
display: block;
margin-right: 0;
margin-left: 0;
}
body.ns-0 div#regionContainer {
position: relative;
display: block;
margin-right: 3.00em;
margin-left: 3.00em;
}
body.ns-0 div#columnContainer {
position: static;
display: block;
margin-right: auto;
margin-left: auto;
}
/* Layout area after h1 firstHeading but before div #mw-content-text */
/* body.skin-vector div.mw-body-content {