Difference between revisions of "MediaWiki:Monobook.css"

From Multidaywiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Monobook skin: #p-search { position: absolute; top: 160px; } #column-one { border: 1px solid red !important; padding-top: 235px; }")
 
Line 4: Line 4:
 
top: 160px;
 
top: 160px;
 
}
 
}
#column-one {
+
#column-two {
 
border: 1px solid red !important;
 
border: 1px solid red !important;
 
padding-top: 235px;
 
padding-top: 235px;
 
}
 
}

Revision as of 13:36, 10 February 2012

/* CSS placed here will affect users of the Monobook skin */
#p-search {
position: absolute;
top: 160px;
}
#column-two {
border: 1px solid red !important;
padding-top: 235px;
}