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
This commit is contained in:
Michael Silber
2014-07-13 00:02:23 -04:00
parent c0242218f8
commit 32acdb3860
5 changed files with 20 additions and 20 deletions

View File

@@ -1 +1,3 @@
.sidebar { }
.sidebar {
.make-sm-column(@sidebar-sm-columns);
}