tab images at my account are cut off and do not display properly.... Here's a picture....What can i do?

CommentFileSizeAuthor
Screenshot at 2011-12-11 21:18:56.png320.62 KBpinguinland
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

donniewiko’s picture

Status: Active » Closed (fixed)

Just a little style issue. Fixed and committed

or if u manually want to change it:

Beginning from row 505 in style.css. replace the following items:

ul.primary {
  display:block;
  border:none;
  margin:0 0 1px 0;
  padding:10px 5px;
  background-color:#f0f0f0;
  white-space: normal;
}

ul.primary li {
  margin:6px 0;
  display:inline-block;
}