Difference between revisions of "MediaWiki:Common.css"

From Lantronix Wiki!
Jump to navigation Jump to search
Line 11: Line 11:
 
#p-logo a {
 
#p-logo a {
 
     display: block;
 
     display: block;
     width: 9.5em;
+
     width: 10em;
 
     height: 160px;
 
     height: 160px;
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;

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: 9.5em;
    height: 160px;
}

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