Difference between revisions of "MediaWiki:Common.css"

From Dr. GWF Drake's Research Group
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: #img-sharcnet { background-image: url(./images/thumb/0/09/Sharcnet.png/100px-Sharcnet.png); background-position: top left...")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
#img-sharcnet {
 
#img-sharcnet {
   background-image: url(./images/thumb/0/09/Sharcnet.png/100px-Sharcnet.png);
+
   background-image: url(../images/thumb/0/09/Sharcnet.png/100px-Sharcnet.png);
 
   background-position: top left;
 
   background-position: top left;
 
   background-repeat: no-repeat;
 
   background-repeat: no-repeat;
 
   padding-left: 20px;
 
   padding-left: 20px;
 
}
 
}

Revision as of 23:13, 28 November 2010

/* CSS placed here will be applied to all skins */
#img-sharcnet {
   background-image: url(../images/thumb/0/09/Sharcnet.png/100px-Sharcnet.png);
   background-position: top left;
   background-repeat: no-repeat;
   padding-left: 20px;
}