Re: Speed Bar Height
Hi I am trying to change the height on my speed bar which seems to have gotten fatter. I have checked in the CCS skin1 file and found this style reference:
/* Speed Bar styles */
.SpeedBar { padding: 8px 0 8px 0; background: #d1e2fa; color: #fff; }
.SpeedBar a { border-right: 1px #3f136a solid; padding: 8px; display: inline; background: #d1e2fa; color: #3f136a; font-weight: bold; }
.SpeedBar a:hover { background: #c9c9c9; color: #1e1e1e; text-decoration: none; }
But I can't see height listed anywhere - any suggestion gratefully received.
|