now that we're using breadcrumbs, the search bar needs to be moved
relative to that, not the page-header.
.navbar-default { min-height: 230px; margin-bottom: 30px; }
#block-ryf-main-menu .navbar-nav { max-width: 130px; }
.search-block-form { margin-top: -50px; }
- .page-header { margin-top: 50px; }
+ /* note that the following will not work if the breadcrumb is missing on a
+ * page, such as the main page */
+ .breadcrumb { margin-top: 50px; }
}
@media screen and (min-width: 768px) {