The highlight region is cutting off the bottoms of the letter G in Chrome, Firefox, and IE. In Safari it looks fine. Can the line height be changed somewhere? Other suggestions on how to fix this?

CommentFileSizeAuthor
highlight.PNG2.34 KBvonneguttermouth
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

shadcn’s picture

Find the layout.css file in the css folder and edit line 153.

#highlight h1,
#highlight h2 {
  border-color: #CCCCCC;
  border-style: dashed;
  border-width: 1px 0;
  font-family: DroidSerifItalic;
  font-size: 22px;
  font-weight: normal;
  padding: 5px 0;
  text-align: center;
  line-height:28px;
}