Difference between revisions of "MediaWiki:Common.css"

From Lantronix Wiki!
Jump to navigation Jump to search
Line 4: Line 4:
 
     position: absolute;
 
     position: absolute;
 
     top: -160px;
 
     top: -160px;
     left: 0px;
+
     left: 5px;
     width: 9.8em;
+
     width: 9.7em;
 
     height: 160px;
 
     height: 160px;
 
}
 
}
Line 11: Line 11:
 
#p-logo a {
 
#p-logo a {
 
     display: block;
 
     display: block;
     width: 9.8em;
+
     width: 9.7em;
 
     height: 160px;
 
     height: 160px;
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;

Revision as of 20:37, 18 November 2014

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

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

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