Needs review
Project:
Marinelli
Version:
7.x-3.0-beta11
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2012 at 02:27 UTC
Updated:
28 Dec 2012 at 03:11 UTC
Looking at the underlying css, any and all overlay specific code is missing. Managed to fix things by adding an additional CSS file:
css/overlay.css
/*
*
* Overlay
*
*/
/* Structure
-------------------------------------------------------------- */
#overlay-content #top, #navigation-primary, #header-images {
display: none;
}Further, had to modify the css includes:
marinelli.info
stylesheets[all][] = css/comments.css
stylesheets[all][] = css/overlay.css <---- added this line
stylesheets[all][] = css/pages/maintenance-page.cssOf course cleared caches and viola... fixed.
Its a pity there has not been a commit to this theme for a VERY long time.
Comments
Comment #1
polskikrol commentedN00b CSS mistake, the following is the correct version: