
/*
Theme Name: WP Bootstrap
Theme URI: http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial
Description: A demo theme built to accompany the Treehouse blog post <a href="http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial">How to Build a WordPress Theme with Bootstrap</a>.
Author: Zac Gordon
Author URI: http://teamtreehouse.com/
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html
*/



@import url('bootstrap/css/bootstrap.css'); 
@import url('bootstrap/css/bootstrap-lightbox.min.css');
@import url('bootstrap/prettify/prettify.css');
@import url('bootstrap/css/style.css');
/*@import url('bootstrap/css/bootstrap-responsive.css'); */
body { 
     padding-top: 10px; 
     padding-bottom: 40px; 
}

