diff options
| author | Mark Otto <[email protected]> | 2012-01-26 10:00:09 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-26 10:00:09 -0800 |
| commit | 0ef4b6419fd83170dd62049a2850c5e8466635c9 (patch) | |
| tree | 23e649cbd61892a8755a4e9af2c7f790d9fd7fa3 /lib/buttons.less | |
| parent | 106625a2ece84fd5e1e68144411c8d00db05c23f (diff) | |
| download | bootstrap-0ef4b6419fd83170dd62049a2850c5e8466635c9.tar.xz bootstrap-0ef4b6419fd83170dd62049a2850c5e8466635c9.zip | |
overhaul frontpage jumbotron, add js for twitter buttons back in, fix up some form ids and classes, straighten out the use of primary button variable
Diffstat (limited to 'lib/buttons.less')
| -rw-r--r-- | lib/buttons.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/buttons.less b/lib/buttons.less index f13a9acbf..d97f044cf 100644 --- a/lib/buttons.less +++ b/lib/buttons.less @@ -59,7 +59,7 @@ &.primary { color: @white; text-shadow: 0 -1px 0 rgba(0,0,0,.25); - .gradientBar(@blue, @blueDark) + .gradientBar(@primaryButtonBackground, spin(@primaryButtonBackground, 15)); } // Transitions |
