Difference between revisions of "MediaWiki:Monobook.css"

From Bitcoin Wiki
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the MonoBook skin: .altlogo { left: -145px !important; top: -24px !important; }")
 
 
Line 3: Line 3:
 
left: -145px !important;
 
left: -145px !important;
 
top: -24px !important;
 
top: -24px !important;
 +
}
 +
.topicon {
 +
top: 4px !important;
 
}
 
}

Latest revision as of 04:17, 19 July 2015

/* CSS placed here will affect users of the MonoBook skin */
.altlogo {
left: -145px !important;
top: -24px !important;
}
.topicon {
top: 4px !important;
}