diff --git a/groups/home/LibAnswers-5-js-css.html b/groups/home/LibAnswers-5-js-css.html index 81c92f3..8317cd6 100644 --- a/groups/home/LibAnswers-5-js-css.html +++ b/groups/home/LibAnswers-5-js-css.html @@ -77,7 +77,7 @@ body { } /* style navbar */ -nav.navbar-default.yamm { +nav.navbar-default.main-nav-container { background-color: white; border: none; font-size: 1.4em; @@ -250,10 +250,6 @@ a.no-underline { text-decoration: none; } .open > a > .fancy-caret { margin-bottom: -4px; vertical-align: -4px; display: inline-block; } .open > a > .caret-text { vertical-align: -1px; } -/* additional styling for OneSearch dropdown */ -.yamm4 { max-width: 460px; } -#yamm4-margins { margin: -15px 0; } - /* style footer */ #orange-line { height:10px; @@ -282,7 +278,7 @@ a.no-underline { text-decoration: none; } max-width: 100%; max-height: 150px; } - nav.navbar-default.yamm { margin-top: -20px; } + nav.navbar-default.main-nav-container { margin-top: -20px; } .form-width { width: 210px; } .nav-by-jumbotron { margin-top: 40px !important; } #main-blue-footer { min-height: 450px; } @@ -344,34 +340,6 @@ a.no-underline { text-decoration: none; } @media only screen and (min-width: 1200px) { #library-logo { margin-top: -3px; } } - -/*! - * Yamm!3 - Yet another megamenu for Bootstrap 3 - * http://geedmo.github.com/yamm3 - * - * @geedmo - Licensed under the MIT license - */ -.yamm .nav, -.yamm .collapse, -.yamm .dropup, -.yamm .dropdown { - position: static; -} -.yamm .container { - position: relative; -} -.yamm .dropdown-menu { - left: auto; -} -.yamm .yamm-content { - padding: 20px 30px; -} -.yamm .dropdown.yamm-fw .dropdown-menu { - left: 0; - right: 0; -} -/* End of Yamm */ -