Adding tags, removing custom Liquid

This commit is contained in:
Tetsuro
2015-08-28 15:45:28 -04:00
parent 57ccbd4898
commit 67b80e35f9
14 changed files with 1336 additions and 84 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
@import "modules/layout";
@import "modules/buttons";
@import "modules/home-banner";
@import "modules/page-content";
@import "modules/content-area";
@import "vendors/syntax-highlighting";
+11
View File
@@ -173,3 +173,14 @@ table {
padding: 6px 13px;
}
}
td {
code {
border: none;
background: none;
}
}
p {
line-height: 1.8;
}
+13
View File
@@ -0,0 +1,13 @@
.content__item {
margin-bottom: $spacing-unit * 2;
h3 {
text-decoration: underline;
}
}
.content__header {
font-weight: bold;
}
-18
View File
@@ -1,18 +0,0 @@
td {
code {
border: none;
background: none;
}
}
p {
line-height: 1.8;
}
.content__item {
margin-bottom: $spacing-unit * 2;
}
.content__header {
font-weight: bold;
}