Update to CSS used by Pushbutton in the header of the page, fixes two issues:

* img was specified to display as block, which wasn't neccessary. Better to leave it as the default (inline), making it easier to control image placement.

* Border to top and bottom of secondary-menu was not displaying in Safari, fixed by overiding drupal.css "table {border-collapse: collapse;}"

CommentFileSizeAuthor
pushbutton-header.patch973 bytesRobert Castelo
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

matt westgate’s picture

+1

I too have been bitten by the unfocused scope of the img selector before.

Steven’s picture

Applied to HEAD.

Robert Castelo’s picture