Difference between revisions of "MediaWiki:Common.css"

From Lantronix Wiki!
Jump to navigation Jump to search
Line 5: Line 5:
 
     top: -160px;
 
     top: -160px;
 
     left: 0px;
 
     left: 0px;
     width: 9.5em;
+
     width: 10em;
 
     height: 160px;
 
     height: 160px;
 
}
 
}

Revision as of 20:40, 18 November 2014

/* CSS placed here will be applied to all skins */

#p-logo {
    position: absolute;
    top: -160px;
    left: 0px;
    width: 10em;
    height: 160px;
}

#p-logo a {
    display: block;
    width: 10em;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
}