Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
#mw-panel.collapsible-nav div.first { | #mw-panel.collapsible-nav div.first { | ||
margin-top: -60px; | margin-top: -60px; | ||
+ | } | ||
+ | |||
+ | #p-logo a { | ||
+ | display: block; | ||
+ | width: 10em; | ||
+ | height: 80px; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: center bottom; | ||
+ | text-decoration: none; | ||
} | } |
Revision as of 15:58, 25 August 2011
#mw-panel.collapsible-nav div.first { margin-top: -60px; } #p-logo a { display: block; width: 10em; height: 80px; background-repeat: no-repeat; background-position: center bottom; text-decoration: none; }