MediaWiki:Common.css: verschil tussen versies

Uit XpressionManager
Naar navigatie springen Naar zoeken springen
Regel 7: Regel 7:
 
   height: 160px;
 
   height: 160px;
 
   text-decoration: none;
 
   text-decoration: none;
   width: 10em;
+
   margin-left: 10px;
 
}
 
}
  

Versie van 4 mrt 2013 11:48

/** CSS die hier wordt geplaatst heeft invloed op alle skins */
 #p-logo {
  background-image: url("http://wiki.xpressionmanager.nl/images/6/69/Xpression-logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 160px;
  text-decoration: none;
  margin-left: 10px;
}

#p-logo a {
  display: none;
}