2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

clean up variable usage with colors

This commit is contained in:
Jon Stevens
2012-01-21 15:24:06 -08:00
parent 719713ca87
commit e0238bfb08
11 changed files with 36 additions and 35 deletions
+2 -2
View File
@@ -34,9 +34,9 @@
padding: 5px 10px 6px;
font-size: @baseFontSize;
line-height: normal;
color: #333;
color: @grayDark;
text-shadow: 0 1px 1px rgba(255,255,255,.75);
#gradient > .vertical-three-colors(#ffffff, #ffffff, 25%, darken(#ffffff, 10%)); // Don't use .gradientbar() here since it does a three-color gradient
#gradient > .vertical-three-colors(@white, @white, 25%, darken(@white, 10%)); // Don't use .gradientbar() here since it does a three-color gradient
border: 1px solid #ccc;
border-bottom-color: #bbb;
.border-radius(4px);