Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
menu fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jospoortvliet committed Jul 18, 2016
1 parent 0428ad5 commit 49431b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.min.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,13 @@ h1.featuretitle {

.banner ul#menu-header.nav>li:not(.menu-install) >a:hover {
border-bottom: 2px solid white;
margin-bottom: 17px;
}

.banner ul#menu-header.nav>li>a {
padding-bottom: 6px;
font-size: 1em;
/* margin-bottom: 21px; */
}

div.sub-nav {
Expand Down
2 changes: 1 addition & 1 deletion lib/scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* 3. /theme/assets/js/main.min.js (in footer)
*/
function roots_scripts() {
wp_enqueue_style('roots_main', get_template_directory_uri() . '/assets/css/main.min.css', false, 'f78f96e7f1d0b256404c21e247b30c13');
wp_enqueue_style('roots_main', get_template_directory_uri() . '/assets/css/main.min.css', false, '5d2404a6c678a8aa794e7203193d209d');
wp_enqueue_style('roots_styles', get_template_directory_uri() . '/assets/css/styles.css', false, '73876ee3bdca60f44cab5ea43b8e5aec');
wp_enqueue_style('roots_font_awesome', get_template_directory_uri() . '/assets/css/font-awesome.min.css', false, '73876ee3bdca60f44cab5ea43b8e5aec');
// jQuery is loaded using the same method from HTML5 Boilerplate:
Expand Down

0 comments on commit 49431b6

Please sign in to comment.