MediaWiki:Erudite.css: Difference between revisions

From Harridanic
Jump to navigation Jump to search
Paul (talk | contribs)
Created page with "Set a background image for the top banner: #top-wrap { background-image: url(common/images/h_logo.png); }"
 
Paul (talk | contribs)
No edit summary
Line 1: Line 1:
/* Set a background image for the top banner */
/* Set a background image for the top banner */
#top-wrap {
#top-wrap {
   background-image: url(common/images/h_logo.png);
   background-image: url(skins/common/images/h_logo.png);
}
}

Revision as of 17:56, 17 June 2014

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