Closed (fixed)
Project:
BlueMasters
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Feb 2011 at 18:54 UTC
Updated:
21 Mar 2011 at 20:39 UTC
Jump to comment: Most recent file
#header-top-inside-left-content {
margin-top: -13px;
padding-left: 80px;
}
This div #header-top-inside-left-content was there to accommodate the general layout with text "Subscibe". As text subscibe has been removed (see http://drupal.org/node/1040514), there is no need for this div - a div styled with an unexpected margin and padding. It should be removed.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | patch-20110208.txt | 2.22 KB | gtsopour |
Comments
Comment #1
gtsopour commentedI removed this div from page.tpl.php and page-front.tpl.php and also i cleared the style.css file. Also i made the following change in style.css,
#header-top-inside-left-content a { color: #6a87a3; }to#header-top-inside-left a { color: #6a87a3; }I attached patch-20110208.txt file
Comment #2
gtsopour commentedThis change has been committed. Donnot make use of patch-20110208.txt
Comment #3
skounis commentedfixed in 7.x-1.1, http://drupal.org/node/1100654