Can someone direct me in the right direction as far as theming a very generic website. I am currently using Adaptive themes and when theming the menu bar at the top right corner I get this border underneath. According to firebug, it's element.style { min-height: 40px} that causes this issue, however I cannot overrde it. the website is www.csdpacifico.com/drupal_pac. Any hints will be greatly appreciated.
layout.css line 348 - change height to 39px(from 40px) and the line goes away. It's the background for the region-leaderboard showing through. * Ryan LeTulle*
bayousoft <http://twitter.com/bayousoft> -twitter
On Tue, Mar 8, 2011 at 7:40 AM, Christian Quiñones < christian.p.quinones@gmail.com> wrote:
Can someone direct me in the right direction as far as theming a very generic website. I am currently using Adaptive themes and when theming the menu bar at the top right corner I get this border underneath. According to firebug, it's element.style { min-height: 40px} that causes this issue, however I cannot overrde it. the website is www.csdpacifico.com/drupal_pac. Any hints will be greatly appreciated.
_______________________________________________ themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes
Thank you Ryan for pointing that out On Tue, Mar 8, 2011 at 1:49 PM, Ryan LeTulle <bayousoft@gmail.com> wrote:
layout.css line 348 - change height to 39px(from 40px) and the line goes away. It's the background for the region-leaderboard showing through. *
Ryan LeTulle*
bayousoft <http://twitter.com/bayousoft> -twitter
On Tue, Mar 8, 2011 at 7:40 AM, Christian Quiñones < christian.p.quinones@gmail.com> wrote:
Can someone direct me in the right direction as far as theming a very generic website. I am currently using Adaptive themes and when theming the menu bar at the top right corner I get this border underneath. According to firebug, it's element.style { min-height: 40px} that causes this issue, however I cannot overrde it. the website is www.csdpacifico.com/drupal_pac. Any hints will be greatly appreciated.
_______________________________________________ themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes
_______________________________________________ themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes
participants (2)
-
Christian Quiñones -
Ryan LeTulle