The home logo is now centred on IE, and the white background extends
across the full width of the page. Huzzah!
As a bonus, the markup makes more sense without the <strong><center>.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
#homesearch_main_logo {
padding-top: 60px;
+ margin: auto;
+ width: 50%;
}
a {
<div id="homesearch_main_logo">
- <strong><center><img src="[% ctx.media_prefix %]/opac/images/main_logo.png" /></center></strong>
+ <img src="[% ctx.media_prefix %]/opac/images/main_logo.png" />
</div>