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
+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;
}