I love Twitter Bootstrap 2.0 - I love how it\'s such a complete library... but I want to make a global modification for a very boxy-not-round site, which is to get rid of al
The code posted above by @BrunoS did not work for me,
* { .border-radius(0) !important; }
what i used was
* { border-radius: 0 !important; }
I hope this helps someone