Difference between revisions of "MediaWiki:Vector.css"

From VACC Austria DokuWiki
Jump to navigation Jump to search
m (Die Seite wurde geleert.)
m
Line 1: Line 1:
 
+
#p-logo a,
 +
#p-logo a:hover {
 +
        display: block;
 +
        height: 100px;
 +
        width: 12.2em;
 +
        background-repeat: no-repeat;
 +
        background-position: 35% 50% !important;
 +
        text-decoration: none;
 +
}

Revision as of 12:39, 26 August 2011

#p-logo a,
#p-logo a:hover {
        display: block;
        height: 100px;
        width: 12.2em;
        background-repeat: no-repeat;
        background-position: 35% 50% !important;
        text-decoration: none;
}