MediaWiki:Monobook.css: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
Taras (talk | contribs)
Created page with "CSS placed here will affect users of the MonoBook skin: .altlogo { left: -145px !important; top: -24px !important; }"
 
Taras (talk | contribs)
No edit summary
 
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;
}