summaryrefslogtreecommitdiff
path: root/source/stylesheets/base.css.scss
diff options
context:
space:
mode:
Diffstat (limited to 'source/stylesheets/base.css.scss')
-rw-r--r--source/stylesheets/base.css.scss35
1 files changed, 0 insertions, 35 deletions
diff --git a/source/stylesheets/base.css.scss b/source/stylesheets/base.css.scss
index e8b6773..4f954be 100644
--- a/source/stylesheets/base.css.scss
+++ b/source/stylesheets/base.css.scss
@@ -29,44 +29,9 @@ nav {
nav ul {
@extend .nav;
@extend .navbar-nav;
- //@extend .nav-justified;
}
-
// navbar justified is umpossible; this is the best we can do now....
.navbar-collapse {
@extend .col-sm-offset-2;
}
-
-
-// NAV JUSTIFIED CRUFT STARTS HERE
-
-
-/*
-.navbar-nav.nav-justified > li{
- float:none;
-}
-*/
-
-/*
-// center the main nav items on big screens
-@media (min-width: $screen-sm-min) {
- div#nav-big {
- width: 40%;
- margin: 0 auto;
- }
-}
-*/
-
-/*
-// open navigation dropdown on hover on non-mobile devices
-// FIXME dropdown stays open on click..
-
-@media (min-width: $screen-sm-min) {
-nav ul li.dropdown:hover ul.dropdown-menu {
-display: block;
-margin-top:0px
-}
-}
-
- */