Difference between revisions of "MediaWiki:Vector.css"

From VACC Austria DokuWiki
Jump to navigation Jump to search
m
m
Line 2: Line 2:
 
#p-logo a:hover {
 
#p-logo a:hover {
 
         display: block;
 
         display: block;
         height: 100px;
+
         height: 80px;
 
         width: 12.2em;
 
         width: 12.2em;
 
         background-repeat: no-repeat;
 
         background-repeat: no-repeat;

Revision as of 12:40, 26 August 2011

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