Skip to content

Commit

Permalink
Improve mobile menu styling
Browse files Browse the repository at this point in the history
  • Loading branch information
RCowles committed Apr 30, 2015
1 parent 6bb7dda commit c265fb5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 7 deletions.
7 changes: 6 additions & 1 deletion readme.txt
Expand Up @@ -13,6 +13,7 @@ Just Write is geared towards writers and bloggers who want the focus of their si
* Responsive layout.
* Slide-out sidebar.
* Minimalist design.
* Custom colors.

== Installation ==
1. In your admin panel, go to Appearance > Themes and click the Add New button.
Expand Down Expand Up @@ -47,7 +48,11 @@ just-write-sidebar.js, Copyright 2014 Ryan Cowles

== Changelog ==

= 0.1.2 - February 16, 2015=
= 0.1.4 - April 29th, 2015=
* Add color options to Theme Customizer
* Improve mobile menu styling

= 0.1.3 - February 16, 2015=
* Center align cite tags (https://themes.trac.wordpress.org/ticket/21093#comment:28)

= 0.1.2 - December 22, 2014 =
Expand Down
11 changes: 10 additions & 1 deletion sass/_header.scss
Expand Up @@ -50,11 +50,20 @@
text-align: center;
max-width: 100%;
width: 100%;

li {
border-bottom: 2px dotted #eee;
float: none;

a {
padding: 1em 0;
}
}
}

@include bp(small) {
text-align: center;
width: 100%;
}
}
}
}
4 changes: 2 additions & 2 deletions sass/style.scss
Expand Up @@ -4,12 +4,12 @@ Theme URI: http://justwrite.ryanscowles.com
Author: Ryan Cowles
Author URI: http://ryanscowles.com
Description: Just Write is a simple theme, geared towards writers and bloggers who want the focus of their site to be on their written content. It includes a primary menu, and a sidebar that can be toggled.
Version: 0.1.2
Version: 0.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: just-write
Domain Path: /languages/
Tags: green, gray, white, light, one-column, left-sidebar, responsive-layout, custom-background, custom-menu, editor-style, sticky-post, theme-options, threaded-comments
Tags: green, gray, white, light, one-column, left-sidebar, responsive-layout, custom-background, custom-colors, custom-menu, editor-style, sticky-post, theme-options, threaded-comments
GitHub Theme URI: https://github.com/RCowles/just-write/
GitHub Branch: master
Expand Down
11 changes: 8 additions & 3 deletions style.css
Expand Up @@ -5,12 +5,12 @@ Theme URI: http://justwrite.ryanscowles.com
Author: Ryan Cowles
Author URI: http://ryanscowles.com
Description: Just Write is a simple theme, geared towards writers and bloggers who want the focus of their site to be on their written content. It includes a primary menu, and a sidebar that can be toggled.
Version: 0.1.3
Version: 0.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: just-write
Domain Path: /languages/
Tags: green, gray, white, light, one-column, left-sidebar, responsive-layout, custom-background, custom-menu, editor-style, sticky-post, theme-options, threaded-comments
Tags: green, gray, white, light, one-column, left-sidebar, responsive-layout, custom-background, custom-colors, custom-menu, editor-style, sticky-post, theme-options, threaded-comments
GitHub Theme URI: https://github.com/RCowles/just-write/
GitHub Branch: master
Expand Down Expand Up @@ -441,7 +441,12 @@ body {
margin: 1em 0;
text-align: center;
max-width: 100%;
width: 100%; } }
width: 100%; }
#masthead .main-navigation li {
border-bottom: 2px dotted #eee;
float: none; }
#masthead .main-navigation li a {
padding: 1em 0; } }
@media (max-width: 480px) {
#masthead .main-navigation {
text-align: center;
Expand Down

0 comments on commit c265fb5

Please sign in to comment.