From 6db2f0f4b9816ccd271332b89a05a9d0d753216b Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 26 Feb 2015 17:57:42 +0100 Subject: shuffle things around on the way to a bootstrap-based configurable website --- assets/css/lib/bootstrap/mixins/_nav-divider.scss | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 assets/css/lib/bootstrap/mixins/_nav-divider.scss (limited to 'assets/css/lib/bootstrap/mixins/_nav-divider.scss') diff --git a/assets/css/lib/bootstrap/mixins/_nav-divider.scss b/assets/css/lib/bootstrap/mixins/_nav-divider.scss deleted file mode 100644 index 2e6da02..0000000 --- a/assets/css/lib/bootstrap/mixins/_nav-divider.scss +++ /dev/null @@ -1,10 +0,0 @@ -// Horizontal dividers -// -// Dividers (basically an hr) within dropdowns and nav lists - -@mixin nav-divider($color: #e5e5e5) { - height: 1px; - margin: (($line-height-computed / 2) - 1) 0; - overflow: hidden; - background-color: $color; -} -- cgit v1.2.3