Commit Graph

22 Commits

Author SHA1 Message Date
Ben Word
030c084134 Rename to Sage 2015-01-09 20:52:29 -06:00
Michael Silber
977a76cc42 Move wp_footer() from footer template into base.php for easier footer customization and DRY 2014-09-28 10:21:18 -04:00
Michael Silber
32acdb3860 Move <main> and .sidebar markup out of PHP
Add more efficient LESS with variables

Add new line to _variables.less

Add sidebar class to body element instead of main element

Change body sidebar class to .sidebar-active

Change body sidebar class to .sidebar-primary

Correct spacing issues
2014-07-26 10:59:49 -04:00
Chris Carr
31d4e8a0a0 Move main/sidebar class filters into config.php (fix missing arg errors). 2014-04-12 20:49:22 -07:00
Ben Word
b4c7b9b4b2 Offer just one header, the BS top navbar 2014-03-31 20:14:33 -05:00
Ben Word
ea5699f284 Use apply_filters for main and sidebar classes 2014-03-30 20:47:16 -05:00
Ben Word
04efa7baa7 Use main element 2013-11-18 09:46:09 -06:00
Ben Word
3c163bdd4b Merge in updates from HTML5 Boilerplate 2013-11-07 19:39:04 -06:00
Kevin Lisota
f413eb4914 Change IE conditional statement so alert appears on IE7
Bootstrap 3 no longer supports IE7. The roots outdated browser warning should now appear on anything earlier than IE8.
2013-09-09 07:43:36 -07:00
Weslly Honorato
71d099af83 Updated alerts to bootstrap v3 2013-09-08 16:27:26 -03:00
Scott Walkinshaw
1c7d3bb041 Merge pull request #863 from patrickocoffeyo/master
Indented aside tag within conditional
2013-09-07 14:51:12 -07:00
Patrick Coffey
82aae34d42 Indented aside tag within conditional
Just noticed this wasn't indented like the rest. :)
2013-08-29 09:59:47 -05:00
Di M Dub
68b36d0aea Add translation to outdated browser alert 2013-07-05 01:56:23 +04:00
Ben Word
287c374480 Fix #793 - Remove Chome Frame from outdated browser alert
Match the latest update from HTML5 Boilerplate
02713eedd2
2013-06-30 11:34:52 -05:00
Ben Word
4cd6cea04d Match outdated browser alert with H5BP 2013-06-04 17:15:24 -05:00
Ben Word
714982fa42 Fix #639 - Add do_action('get_header') 2013-02-06 14:30:39 -06:00
Ben Word
17c2dfa691 Close #646 - Replace ID's with classes 2013-01-27 20:32:57 -06:00
Scott Walkinshaw
f6f86aa268 Replace sidebar template call with path function 2013-01-23 15:44:21 -05:00
Scott Walkinshaw
e0979b7b62 Return instead of echo class names 2012-10-10 16:04:47 -04:00
Scott Walkinshaw
588ea8afa3 Refactor sidebar configuration
Instead of editing an if statement (which could get ugly quickly), just
edit configuration arrays of conditional tags and page template checks.
2012-10-02 15:20:28 -04:00
Scott Walkinshaw
96648f0056 Consistent use of PHP alternative syntax 2012-08-31 14:56:29 -04:00
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