diff options
| author | Mark Otto <[email protected]> | 2011-12-21 16:22:20 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-21 16:22:20 -0600 |
| commit | 20aecb983838422c7b43e20960b10d4d79fefaa3 (patch) | |
| tree | e036dea172ade5df4cd2834cc1075b75ff057425 /lib/patterns.less | |
| parent | 8a7abc7493a07935d4d91b2cc56a82523fd53970 (diff) | |
| download | bootstrap-20aecb983838422c7b43e20960b10d4d79fefaa3.tar.xz bootstrap-20aecb983838422c7b43e20960b10d4d79fefaa3.zip | |
updated all docs to jQuery 1.7, move all docs JS to application.js, and move dropdowns css to dedicated file
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index ec717e030..44c427adf 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -401,7 +401,7 @@ footer { cursor: pointer; &:hover { - color: #333; + color: @grayDark; text-decoration: none; background-position: 0 -15px; } @@ -414,6 +414,7 @@ footer { // Primary Button Type &.primary { color: @white; + text-shadow: 0 -1px 0 rgba(0,0,0,.25); .gradientBar(@blue, @blueDark) } |
