diff --git a/README.md b/README.md index 2e27cd77c52d..278f81dca19b 100755 --- a/README.md +++ b/README.md @@ -23,8 +23,13 @@ Usage Download the BootstrapWP theme, and install on a WordPress local or development site. -This is meant to be a base theme for WordPress custom theme development. A knowledge of WordPress theme development practices as well as understanding of HTML, CSS/LESS, jQuery and PHP are required. +This is meant to be a base theme for WordPress custom theme development. Your knowledge of WordPress theme development practices as well as understanding of HTML, CSS/LESS, jQuery and PHP are required. +Customization +------- + +You can add your CSS +**LESS** **Important!** To safely retain the ability to update the less files with future versions of Bootstrap or BootstrapWP, add all custom edits/changes inside the `less/bswp-custom.less` file. diff --git a/style.css b/style.css index 0f0c68d7508c..8b10608594fd 100755 --- a/style.css +++ b/style.css @@ -4,21 +4,21 @@ Theme URI: http://bootstrapwp.rachelbaker.me Author: Rachel Baker Author URI: http://www.rachelbaker.me Description: A semantic HTML/CSS framework base theme for WordPress Developers ported from Twitter Bootstrap -Version: .87 +Version: .91 ======= License: GNU General Public License License URI: license.txt This theme, like WordPress, is licensed under the GPL. -Use it to make something cool, have fun, and share what you've learned with others. -*/ +The development of BootstrapWP was powered by Sublime Text 2 and lots of Diet Coke. +Use this starter theme to make something cool. Please share the results with me via Twitter @rachelbaker. +Enjoy! + +*/ /******************************************************** Comfortable with LESS? Check out the /less folder where the bootstrapwp.less file is the master complier -//////// IMPORTANT! Make custom edits/changes in the less/bswp-custom.less file -//////// to safely retain the ability to update the less files with future -//////// versions of Bootstrap or BootstrapWP - +Not comfortable with LESS? You can override the compiled bootstrapwp.css file by adding custom styles here. -------------------------------------------------- */