diff --git a/readme.txt b/readme.txt index 1760f2e..8b8f2dd 100644 --- a/readme.txt +++ b/readme.txt @@ -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. @@ -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 = diff --git a/sass/_header.scss b/sass/_header.scss index 931ac60..645b8c3 100644 --- a/sass/_header.scss +++ b/sass/_header.scss @@ -50,6 +50,15 @@ text-align: center; max-width: 100%; width: 100%; + + li { + border-bottom: 2px dotted #eee; + float: none; + + a { + padding: 1em 0; + } + } } @include bp(small) { @@ -57,4 +66,4 @@ width: 100%; } } -} \ No newline at end of file +} diff --git a/sass/style.scss b/sass/style.scss index 9d31d62..f2b3031 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -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 diff --git a/style.css b/style.css index dce0ab1..95ddbf9 100644 --- a/style.css +++ b/style.css @@ -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 @@ -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;