diff options
Diffstat (limited to 'searx/static/less/bootstrap/mixins/nav-divider.less')
| -rw-r--r-- | searx/static/less/bootstrap/mixins/nav-divider.less | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/searx/static/less/bootstrap/mixins/nav-divider.less b/searx/static/less/bootstrap/mixins/nav-divider.less deleted file mode 100644 index feb1e9ed0..000000000 --- a/searx/static/less/bootstrap/mixins/nav-divider.less +++ /dev/null @@ -1,10 +0,0 @@ -// Horizontal dividers -// -// Dividers (basically an hr) within dropdowns and nav lists - -.nav-divider(@color: #e5e5e5) { - height: 1px; - margin: ((@line-height-computed / 2) - 1) 0; - overflow: hidden; - background-color: @color; -} |