diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-01-01 17:48:12 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-01-01 17:48:12 +0100 |
| commit | 9f12605f7ebc9ca5575fc4ee9900e0e821366c4d (patch) | |
| tree | cbb1e9c475134ebbc22edefa4128b0a48f1e5770 /searx/static/oscar/less/bootstrap/mixins/pagination.less | |
| parent | e3957d6adf5298dbc009a0892f5c088c397c586b (diff) | |
[enh] themes static content refactor
Diffstat (limited to 'searx/static/oscar/less/bootstrap/mixins/pagination.less')
| -rw-r--r-- | searx/static/oscar/less/bootstrap/mixins/pagination.less | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/searx/static/oscar/less/bootstrap/mixins/pagination.less b/searx/static/oscar/less/bootstrap/mixins/pagination.less deleted file mode 100644 index 7deb505d2..000000000 --- a/searx/static/oscar/less/bootstrap/mixins/pagination.less +++ /dev/null @@ -1,23 +0,0 @@ -// Pagination - -.pagination-size(@padding-vertical; @padding-horizontal; @font-size; @border-radius) { - > li { - > a, - > span { - padding: @padding-vertical @padding-horizontal; - font-size: @font-size; - } - &:first-child { - > a, - > span { - .border-left-radius(@border-radius); - } - } - &:last-child { - > a, - > span { - .border-right-radius(@border-radius); - } - } - } -} |