This commit is contained in:
Ben Word
2015-02-19 19:44:53 -06:00
parent 17b3aa5d59
commit 7c118f8565
6 changed files with 3 additions and 20 deletions

View File

@@ -1,17 +1,6 @@
// Grid settings
// -------------------------
@main-sm-columns: @grid-columns;
@sidebar-sm-columns: 4;
// Brand colors
// -------------------------
// Colors
@brand-primary: #27ae60;
// Glyphicons path
// -------------------------
@icon-font-path: "../fonts/";

View File

@@ -1,6 +1,7 @@
// WordPress Generated Classes
// http://codex.wordpress.org/CSS#WordPress_Generated_Classes
// Media alignment
.alignnone {
margin-left: 0;
margin-right: 0;

View File

@@ -1,4 +1,4 @@
@import "main.less";
@import "main";
body {
margin: 12px !important;

View File

@@ -1 +0,0 @@
.content-info { }

View File

@@ -1 +0,0 @@
.banner { }

View File

@@ -1,5 +0,0 @@
.hentry header { }
.hentry time { }
.hentry .byline { }
.hentry .entry-content { }
.hentry footer { }