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

asimmonds’s picture

nevets’s picture

Status: Active » Closed (duplicate)

Yes it is a duplicate

asimmonds’s picture

Have updated http://drupal.org/node/29107 with a patch