MediaWiki:Erudite.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→Set a background image for the top banner: #top-wrap { background-image: url(common/images/h_logo.png); }" |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| 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); | ||
background-repeat:no-repeat; | |||
} | |||
#top-wrap h1 { | |||
margin-left: 150px; | |||
} | |||
#tagline { | |||
margin-left: 150px; | |||
} | } | ||