Difference between revisions of "MediaWiki:Monobook.css"

From Starfleet Commander
Jump to navigationJump to search
m (Created page with "→‎CSS placed here will affect users of the Monobook skin: →‎main-page fix: .page-Main_Page #column-one { font-size: 127%; }")
 
m
Line 3: Line 3:
 
.page-Main_Page #column-one {
 
.page-Main_Page #column-one {
 
font-size: 127%;
 
font-size: 127%;
 +
}
 +
/* tab fix */
 +
.selected {
 +
z-index: 50;
 
}
 
}

Revision as of 05:15, 27 September 2011

/* CSS placed here will affect users of the Monobook skin */
/* main-page fix */
.page-Main_Page #column-one {
font-size: 127%;
}
/* tab fix */
.selected {
z-index: 50;
}