From 9b516837fcbbabae8b80f3a922f704a8fc3af8f7 Mon Sep 17 00:00:00 2001 From: Chip Bennett Date: Sat, 22 Jan 2011 20:01:38 -0600 Subject: [PATCH] Tagged 0.9.1 --- readme.txt | 4 ++-- style.css | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/readme.txt b/readme.txt index d726d0c..aaedae0 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ === Oenology === Contributors: Chip Bennett Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QP3N9HUSYJPK6 -Tags: cbnet, theme, fixed-width, three-column, white, minimalist +Tags: fixed-width, white Requires at least: 3.0 Tested up to: 3.0 -Stable tag: 0.9 +Stable tag: 0.9.1 Oenology is designed to be a simple, minimalist, yet feature-complete and fully documented Theme intended to serve as a base for child Themes and as an educational reference for Theme development using WordPress functions, action/filter hooks, and template tags. The Theme includes built-in breadcrumb navigation, and supports Navigation Menus, Post Thumbnails, Custom Backgrounds, Custom Image Headers, and Custom Editor Style. The Theme includes plug-and-play support for the WP-Paginate and Yoast Breadcrumbs plugins. diff --git a/style.css b/style.css index 98daa50..0014374 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ Theme Name: Oenology Theme URI: http://www.chipbennett.net/themes/oenology Description: Oenology is designed to be a simple, minimalist, yet feature-complete and fully documented Theme intended to serve as a base for child Themes and as an educational reference for Theme development using WordPress functions, action/filter hooks, and template tags. The Theme includes built-in breadcrumb navigation, and supports Navigation Menus, Post Thumbnails, Custom Backgrounds, Custom Image Headers, and Custom Editor Style. The Theme includes plug-and-play support for the WP-Paginate and Yoast Breadcrumbs plugins. -Version: 0.9 +Version: 0.9.1 Author: Chip Bennett Author URI: http://www.chipbennett.net/ Tags: fixed-width, white @@ -23,6 +23,14 @@ License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html * */ +@import url( css/fonts.css ); /* font-family declarations, as well as @font-face information for custom fonts */ +@import url( css/master.css ); /* main page structure */ +@import url( css/navigation.css ); /* site navigation style declaration */ +@import url( css/comments.css ); /* stylesheet for wp_list_comments() */ +@import url( css/oenology.css ); /* blog-specific style information */ +@import url( css/plugins.css ); /* plugin-specific style information */ +@import url( css/print.css ) print; /* custom style information for media:print */ + .aligncenter { display: block; margin-left: auto; @@ -35,12 +43,4 @@ License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html .alignright { float: right; -} - -@import url( css/fonts.css ); /* font-family declarations, as well as @font-face information for custom fonts */ -@import url( css/master.css ); /* main page structure */ -@import url( css/navigation.css ); /* site navigation style declaration */ -@import url( css/comments.css ); /* stylesheet for wp_list_comments() */ -@import url( css/oenology.css ); /* blog-specific style information */ -@import url( css/plugins.css ); /* plugin-specific style information */ -@import url( css/print.css ) print; /* custom style information for media:print */ \ No newline at end of file +} \ No newline at end of file