From 971ae876f50bf1df1bcf5dacef6df00c67b7a5be Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 7 Apr 2010 00:38:06 -0400 Subject: [PATCH] Documentation update --- Readme.mkd | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/Readme.mkd b/Readme.mkd index 7195249..78b238a 100644 --- a/Readme.mkd +++ b/Readme.mkd @@ -10,13 +10,13 @@ Features -------- * Pre-built `functions.php`, `header.php`, `footer.php`, `page.php`, `single.php`, `index.php`, `404.php` -* Out of the box iPhone / iPad support (just edit `iPhone.css` and `iPad.css`) -* All page types available as Page / Post Templates. -* Additional body classes added to detect current browser +* Out of the box iPhone / iPad support (portrait and landscape). Just edit `iPhone.css` and `iPad.css` * jQuery plugin for adding OS, Browser name, and Version to body tag. -* jQuery plugin for enabling -* CSS Reset and Standard Attributes -* Out of the box support for [`wp-minify`](http://omninoggin.com/wordpress-plugins/wp-minify-wordpress-plugin/) +* jQuery plugin for marking current URL in links +* CSS Reset and Standard Attributes included +* All page types are available as Page / Post Templates. +* Additional body classes added to detect current browser +* Official support for [`wp-minify`](http://omninoggin.com/wordpress-plugins/wp-minify-wordpress-plugin/) Still in the works... @@ -29,3 +29,14 @@ Still in the works... What you need to know -------- +**Structure:** + +`.container` + + - `#header` + * `#nav` + - `#content` + * `.meat` + - `#footer` + +Happy coding! \ No newline at end of file