Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Mar 2005 at 16:53 UTC
Updated:
18 Mar 2005 at 09:32 UTC
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;}"
| Comment | File | Size | Author |
|---|---|---|---|
| pushbutton-header.patch | 973 bytes | robert castelo |
Comments
Comment #1
matt westgate commented+1
I too have been bitten by the unfocused scope of the
imgselector before.Comment #2
Steven commentedApplied to HEAD.
Comment #3
robert castelo commented