Quote:
Originally Posted by djbaxter
Can we get a download for just the +/- button instead of the Turkish sprite?
|
- Replace (butons_sprite.png) with the attached one (The size decreased from 33 KB to 900 Bytes)
- In template (yilmaz_vb4_yazi_boyutu.css)
Find:
Code:
.yboyut .text_size a.bigger { background-position: -1026px 0; }
.yboyut .text_size a.smaller { background-position: -1026px -19px; }
Replace it with:
Code:
.yboyut .text_size a.bigger { background-position: 0 0; }
.yboyut .text_size a.smaller { background-position: 0 -19px; }