Page 1 of 1

Adding a border around the icons

Posted: Mon Dec 03, 2012 8:01 pm
by norman
To put a border around the icons, add aline to the bottom of macgiczoomplus.css (in your Site folder) like:

Code: Select all

.mz_icon {margin: 2px; border: 1px solid silver;}
Tweak the CSS to suit (margin sets the space between the icons and border defines the border).