Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2015-08-19 06:28:41 +0300
committerMark Otto <markdotto@gmail.com>2015-08-19 06:28:41 +0300
commit9ccf308fd19ebc70c47a00d6b85b058a23f9cb24 (patch)
tree38b61d9b313500bc93dff6825443c9720f389373 /scss/_nav.scss
parent3dd48b8d475f727cb5aa63b09388a3a3553629be (diff)
remove commented out nav styles
Diffstat (limited to 'scss/_nav.scss')
-rw-r--r--scss/_nav.scss38
1 files changed, 0 insertions, 38 deletions
diff --git a/scss/_nav.scss b/scss/_nav.scss
index aa8a01e481..551f3c9cde 100644
--- a/scss/_nav.scss
+++ b/scss/_nav.scss
@@ -39,44 +39,6 @@
//
-// Base styles
-//
-
-// .nav {
-// padding-left: 0;
-// margin-bottom: 0;
-// list-style: none;
-// @include clearfix();
-// }
-//
-// .nav-item {
-// position: relative;
-// display: inline-block;
-// }
-//
-// .nav-link {
-// display: inline-block;
-//
-// @include hover-focus {
-// text-decoration: none;
-// background-color: $nav-link-hover-bg;
-// }
-//
-// // Disabled state sets text to gray and nukes hover/tab effects
-// .disabled > &,
-// &.disabled {
-// color: $nav-disabled-link-color;
-//
-// @include plain-hover-focus {
-// color: $nav-disabled-link-hover-color;
-// cursor: $cursor-disabled;
-// background-color: transparent;
-// }
-// }
-// }
-
-
-//
// Tabs
//