Difference between revisions of "MediaWiki:Erudite.css"

From Harridanic
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
#top-wrap {
 
#top-wrap {
 
   background-image: url(skins/common/images/h_logo.png);
 
   background-image: url(skins/common/images/h_logo.png);
 +
  background-repeat:no-repeat;
 +
}
 +
 +
#top-wrap h1 {
 +
  margin-left: 150px;
 +
}
 +
 +
#tagline {
 +
  margin-left: 150px;
 
}
 
}

Latest revision as of 18:04, 17 June 2014

/* Set a background image for the top banner */
#top-wrap {
  background-image: url(skins/common/images/h_logo.png);
  background-repeat:no-repeat;
}

#top-wrap h1 {
  margin-left: 150px;
}

#tagline {
  margin-left: 150px;
}