Closed (duplicate)
Project:
Bluemarine
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2006 at 03:44 UTC
Updated:
22 Sep 2006 at 04:31 UTC
In style.css there is this rule
.node .taxonomy {
color: #999;
font-size: 0.8em;
padding: 1.5em;
}
which pads all around the .taxonomy element. My guess is it is meant to space the element over to the right so padding: 1.5em; should be padding-left: 1.5em;
(note this was found 4.7, but it was not a choice)
Comments
Comment #1
asimmonds commenteddup with http://drupal.org/node/29107?
Comment #2
nevets commentedYes it is a duplicate
Comment #3
asimmonds commentedHave updated http://drupal.org/node/29107 with a patch