Quote:
Does anyone know how to adjust the height of the header top bar. (header_top)?
I would like to make mine about 60% of the current height.
|
Edit skin/reboot/css/reboot.css
Code:
.header_top { padding: 3px 3px 1px 3px; border-bottom: 1px solid transparent; -webkit-border-radius: 0px 0px 4px 4px; -moz-border-radius: 0px 0px 4px 4px; border-radius: 0px 0px 4px 4px; }