MediaWiki:Erudite.css: Difference between revisions

(Created page with "→‎Set a background image for the top banner: #top-wrap { background-image: url(images/edge_logo_docs.png); }")
 
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(images/edge_logo_docs.png);
   background-image: url(assets/edge_logo_docs.png);
}
}

Latest revision as of 12:43, 11 October 2022

/* Set a background image for the top banner */
#top-wrap {
  background-image: url(assets/edge_logo_docs.png);
}