1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

huge update to forms, docs for the new forms, added a new link for js example to tabs/pills, add some new mixins

This commit is contained in:
Mark Otto
2011-09-29 01:40:27 -07:00
parent 2d81d65533
commit f919f6f94f
9 changed files with 567 additions and 824 deletions

View File

@@ -9,10 +9,10 @@
// Grays
@black: #000;
@grayDark: lighten(@black, 25%);
@gray: lighten(@black, 50%);
@grayLight: lighten(@black, 75%);
@grayLighter: lighten(@black, 90%);
@grayDark: #333;
@gray: #555;
@grayLight: #777;
@grayLighter: #ccc;
@white: #fff;
// Accent Colors