diff options
| author | Guillermo González de Agüero <[email protected]> | 2013-08-13 14:25:05 +0200 |
|---|---|---|
| committer | Guillermo González de Agüero <[email protected]> | 2013-08-13 14:25:05 +0200 |
| commit | e74ac0723bbb5f8f08d7ee53a6ecbc0ba6933070 (patch) | |
| tree | 76e3458ac9ffc59e6396a582bdb0d6c9bea985dc | |
| parent | ea04fa538e7e08db6284d4aeccec3e617909af8e (diff) | |
| download | bootstrap-e74ac0723bbb5f8f08d7ee53a6ecbc0ba6933070.tar.xz bootstrap-e74ac0723bbb5f8f08d7ee53a6ecbc0ba6933070.zip | |
Fixed errors
| -rw-r--r-- | less/mixins.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less index 57f1ff24c..5b74445f1 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -395,7 +395,7 @@ // Pagination // ------------------------- -.pagination-size(@padding-large-vertical; @padding-large-horizontal; @font-size; @border-radius) { +.pagination-size(@padding-vertical; @padding-horizontal; @font-size; @border-radius) { > li { > a, > span { |
