Skip to content

Commit

Permalink
hide subnavigation by default in base_with_blog
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertlaposa committed Dec 16, 2016
1 parent 821cfe4 commit cb81d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project_skeleton/base_with_blog/public_html/css/v1.css
Expand Up @@ -58,6 +58,7 @@ form fieldset {margin: 0;}
*/
#primaryNavigation {width: auto; margin: 10px; background: #ccc; text-align: center;}
#primaryNavigation a {padding: 10px;}
#primaryNavigation ul ul {display: none;}
@media all and (max-width: 800px) {
#primaryNavigation {display: none;}
#primaryNavigation li {display: block;}
Expand Down

0 comments on commit cb81d8d

Please sign in to comment.