Skip to content

Commit

Permalink
Tagged 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chipbennett committed Jan 23, 2011
1 parent ff3451c commit 9b51683
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions 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.

Expand Down
20 changes: 10 additions & 10 deletions style.css
Expand Up @@ -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
Expand All @@ -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;
Expand All @@ -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 */
}

0 comments on commit 9b51683

Please sign in to comment.