Skip to content

Commit

Permalink
fixes css
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrauch committed Sep 28, 2013
1 parent 9e86892 commit e961a33
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
17 changes: 9 additions & 8 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@
<?php do_action( 'before' ); ?>



<div id="page" class="snap-content">

<a id="myToggleButton" class="btn btn-sidebar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>

<header id="masthead" class="site-header" role="banner">

Expand All @@ -85,4 +77,13 @@
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
</nav><!-- .site-navigation .main-navigation -->
</header><!-- #masthead .site-header -->


<div id="page" class="snap-content">

<a id="myToggleButton" class="btn btn-sidebar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>

1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Github Theme URI: https://github.com/themeskult/symbol-theme
Author: Themes Kult
Author URI: http://themeskult.com/
Version: 1.4
Licence: http://creativecommons.org/licenses/by-nc-nd/3.0/deed.en_US
Description: Symbol is a tight, visually clean and well-structured theme that allows you to focus on reading.
*/
/* Snap.js
Expand Down
1 change: 1 addition & 0 deletions style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Github Theme URI: https://github.com/themeskult/symbol-theme
Author: Themes Kult
Author URI: http://themeskult.com/
Version: 1.4
Licence: http://creativecommons.org/licenses/by-nc-nd/3.0/deed.en_US
Description: Symbol is a tight, visually clean and well-structured theme that allows you to focus on reading.
*/

Expand Down

0 comments on commit e961a33

Please sign in to comment.