From a428848e44e978b38110128f9c16abeca79f7d80 Mon Sep 17 00:00:00 2001 From: "David A. Kennedy" Date: Tue, 8 Oct 2013 21:25:40 -0400 Subject: [PATCH] Release 1.0.2. Resolves #48 and #49 --- readme.md | 9 ++++++++- style.css | 6 ++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 7fcbd9f..c91494a 100755 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ Accessible Zen is an accessible, minimalistic, readable, and fully responsive Wo - Features the lovely [Merriweather Sans](http://www.google.com/fonts/specimen/Merriweather+Sans) and [Merriweather](hhttp://www.google.com/fonts/specimen/Merriweather). - By default, Accessible Zen will display the site owner’s [Gravatar](http://en.gravatar.com/) in the header. You can replace this by uploading a Custom Header Image in Appearance -> Header, or you can remove it completely by selecting Remove Header Image. - Features all nine [post formats](http://codex.wordpress.org/Post_Formats). -- Shows menus only when you need them. Accessible Zen doesn’t display a menu as a default to keep it as simple as possible. Of course, if your site needs a menu you can easily set up a Custom Menu in Appearance -> Menus. The theme features two menus, which display in the `footer' section of the site. +- Shows menus only when you need them. Accessible Zen doesn’t display a menu as a default to keep it as simple as possible. Of course, if your site needs a menu you can easily set up a Custom Menu in Appearance -> Menus. The theme features two menus, which display in the `footer` section of the site. - Tight integration with the [WordPress Theme Customizer](https://codex.wordpress.org/Theme_Customization_API), allowing site owners to edit the theme's appearance on the fly. They can show/hide the site description, display excerpts or full content on archive pages and more. - Includes two page templates: an archives template, which features an archive of posts in different ways; a front page template, which allows site owners to feature content with unique styling. Plus, the page shows only one post by default, allowing users to focus on your latest and greatest content. - Incorporates the font icon, [Genericons](http://genericons.com/) in a few spots throughout the theme. @@ -61,6 +61,13 @@ Why, hello there! This is an open source project, and you can help out in many w ### Changelog +**October 8, 2013** + +Release: Version 1.0.2 + +- [Make floats clear properly in posts](https://github.com/davidakennedy/accessible-zen/issues/48). +- [Add copyright info](https://github.com/davidakennedy/accessible-zen/issues/49). + **October 6, 2013** Release: Version 1.0.1 diff --git a/style.css b/style.css index 997c3a6..969de17 100755 --- a/style.css +++ b/style.css @@ -4,12 +4,13 @@ Theme URI: http://davidakennedy.com/projects/accessible-zen/ Author: David A. Kennedy Author URI: http://davidakennedy.com Description: The Accessible Zen theme is an accessible, minimalistic, readable, and fully responsive HTML5 theme that puts the focus on your content and nothing else. Based on the original Zen Habits theme by Leo Babauta: http://zenhabits.net/theme/, with more WordPress goodness built in. -Version: 1.0.1 +Version: 1.0.2 License: GNU General Public License License URI: license.txt Tags: white, blue, one-column, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready -This theme, like WordPress, is licensed under the GPL. +Accessible Zen WordPress Theme, Copyright 2013 David A. Kennedy. +Accessible Zen, like WordPress, is licensed and distributed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. Inspiration and code from: @@ -828,6 +829,7 @@ div.callout { .post-tags, .post-permalink, .hentry .edit-link { + clear: both; display: block; }