Commit Graph

6 Commits

Author SHA1 Message Date
Ben Word
db41099f5b Add theme wrapper, re-organize template files
- Implement scribu’s Theme Wrapper (see base.php)

- Move templates, comments.php, and searchform.php to templates/ folder

- Rename loop- files to content-

- Remove all hooks except roots_head and roots_footer

- Use templates/page-header.php for page titles

- Use head.php for everything in <head>
2012-08-18 18:49:45 -05:00
Ben Word
9316f2687a Remove unnecessary CSS 2012-07-15 01:59:07 -05:00
Ben Word
e16aa0e943 Use <figure> & <figcaption> for captions 2012-06-11 22:31:08 -06:00
Ben Word
f1ff5204a3 Add ability to include header without top navbar 2012-05-09 01:28:39 -06:00
Ben Word
060ab1bea5 Fix #374 - Media query at bottom of app.css needs max-width of 979px 2012-04-10 18:08:18 -06:00
Ben Word
3c3b71fac0 Remove all frameworks except Bootstrap (#251)
- Remove all frameworks except Bootstrap

- Remove roots-options.php and replace with a more simple
  roots-config.php

- Include all Bootstrap Javascript plugins by default in
  js/plugins.js

- Use Bootstrap Responsive and Topbar navigation by default

- Use Bootstrap markup on forms, page titles, image galleries,
  alerts and errors, post and comment navigation

- Remove Roots styles from style.css and introduce app.css for
  site-specific CSS. Remove almost all previous default Roots
  styles.

- Add latest updates from H5BP project
2012-02-03 12:10:44 -07:00