2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

breaking out patterns.less even more, removing unnecessary div from checkbox and radio lists--now just labels and inputs

This commit is contained in:
Mark Otto
2012-01-05 10:01:42 -08:00
parent bdc22e71c8
commit 20add59de3
18 changed files with 1411 additions and 1462 deletions
+5 -5
View File
@@ -6,7 +6,7 @@
// LINK COLORS
// -----------
@linkColor: #0069d6;
@linkColor: #08c;
@linkColorHover: darken(@linkColor, 15);
@@ -14,10 +14,10 @@
// -----
@black: #000;
@grayDark: lighten(@black, 25%);
@gray: lighten(@black, 50%);
@grayLight: lighten(@black, 75%);
@grayLighter: lighten(@black, 90%);
@grayDark: #333;
@gray: #555;
@grayLight: #999;
@grayLighter: #eee;
@white: #fff;