bgspoonz294882
05-26-2009, 04:10 PM
One stickler for me is the ugly dotted lines that show when you click on a button/link... I really hate those. And, I see that with the 'live demo' of PowerCMS they are there... how about removing them, makes the whole thing look even cleaner, fix is simple css:
Add this in ur stylesheet:
a:active, a:focus {outline:none;}
Add this in ur stylesheet:
a:active, a:focus {outline:none;}