For some reason, I seem to have done something for now my links within the Primary Menu are slightly off the menu bar. this can be seen at http://23enigma.uni.cc. Although, this is not affecting every web browser, as shown here on http://browsershots.org/http://23enigma.uni.cc/

I am using Drupal 5.3 and Barron 5.x-1.4, and its the same on both Barron and Barroness

Thanks

Comments

jwolf’s picture

Component: Miscellaneous » Code
Assigned: Unassigned » jwolf
Category: support » bug

See: http://drupal.org/node/158059

Add ul to the nav - line 104 of the style.css:

#nav ul
{
list-style: none;
list-style-image: none;
margin: 0;
padding: 0;
}
jwolf’s picture

Status: Active » Fixed

Fixed with the release of 5.x-1.5

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.