diff options
| author | Javier Martinez Fernandez <[email protected]> | 2013-05-29 22:09:33 +0300 |
|---|---|---|
| committer | Javier Martinez Fernandez <[email protected]> | 2013-05-29 22:09:33 +0300 |
| commit | c89a6edf090348693a3dd7d43cc2812009249d30 (patch) | |
| tree | ad49b0ac0c233c28bfcb07bf69bceb75186996b2 | |
| parent | f5ce66177bba1e5613a481d7d2a0e9bcfab077f0 (diff) | |
| download | bootstrap-c89a6edf090348693a3dd7d43cc2812009249d30.tar.xz bootstrap-c89a6edf090348693a3dd7d43cc2812009249d30.zip | |
Remove form-actions-bg
If form-actions has been removed, this variable is no needed anymore.
| -rw-r--r-- | less/variables.less | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/less/variables.less b/less/variables.less index 9cd8f830b..a6c69430e 100644 --- a/less/variables.less +++ b/less/variables.less @@ -131,8 +131,6 @@ @input-height-large: (@line-height-computed + (@padding-large-vertical * 2)); @input-height-small: (@line-height-computed + (@padding-small-vertical * 2)); -@form-actions-bg: #f5f5f5; - // Dropdowns // ------------------------- |
