Static top navbar instead of fixed

This change allows us to simplify the code in both
app.css and cleanup.php
This commit is contained in:
Ben Word
2013-02-09 17:41:45 -06:00
parent 3875728c32
commit 8ba19a0155
4 changed files with 6 additions and 19 deletions

View File

@@ -6,7 +6,7 @@
add_theme_support('root-relative-urls'); // Enable relative URLs
add_theme_support('rewrites'); // Enable URL rewrites
add_theme_support('h5bp-htaccess'); // Enable HTML5 Boilerplate's .htaccess
add_theme_support('bootstrap-top-navbar'); // Enable Bootstrap's fixed navbar
add_theme_support('bootstrap-top-navbar'); // Enable Bootstrap's top navbar
add_theme_support('bootstrap-gallery'); // Enable Bootstrap's thumbnails component on [gallery]
add_theme_support('nice-search'); // Enable /?s= to /search/ redirect