Created by: emilkje
I've tried to fix the gradients for Mozilla firefox. Gradients in the twitter/bootstrap/master repo did not work on initial clone.
- Changed gradient colorStop from floating point to percentage in .btn.
- And added "top" before the color chains for mozilla three-color gradients.
Tested and working on:
- FF 6.0
- Safari 5.1
- Opera 11.50
PS: This is my first pull request ever, so please advice if something is wrong