move search bar to its normal location
authorAndrew Engelbrecht <andrew@fsf.org>
Fri, 26 Jul 2019 19:15:45 +0000 (15:15 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Fri, 26 Jul 2019 19:15:45 +0000 (15:15 -0400)
right now, it's inline with the breadcrumbs. this visually separates it
from the contents below, so it shouldn't be too confusing to users. this
placement of the search bar is easiest to maintain.

css/style.css

index f498662fa82fe0f3610e4759e1c9dba714ecc7b8..2c6da805ae5b5270bd98782a7efaa9a11f3447e2 100644 (file)
@@ -80,15 +80,10 @@ a { transition: 0.3s; }
   .logo img { height: 150px; margin-top: 25px; }
   .navbar-default { min-height: 230px; margin-bottom: 30px; }
   #block-ryf-main-menu .navbar-nav { max-width: 130px; }
   .logo img { height: 150px; margin-top: 25px; }
   .navbar-default { min-height: 230px; margin-bottom: 30px; }
   #block-ryf-main-menu .navbar-nav { max-width: 130px; }
-  .search-block-form { 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) {
   .navbar-nav { margin-top: 40px; }
 }
 
 @media screen and (min-width: 768px) {
   .navbar-nav { margin-top: 40px; }
-  .search-block-form { margin-top: -80px; }
 }
 
 /* Selectors */
 }
 
 /* Selectors */