Begin work on input/output standardization

This commit is contained in:
Tetsuro
2015-12-04 20:31:06 -05:00
parent c51257692d
commit 95dc90e503
8 changed files with 16 additions and 87 deletions
+2 -1
View File
@@ -64,7 +64,7 @@ li {
/** Headings */
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
font-weight: bold;
}
/** Links */
@@ -87,6 +87,7 @@ h1 {
h2 {
font-size: 1.5em;
text-decoration: underline;
}
h3 {
+3 -17
View File
@@ -1,23 +1,9 @@
.content__item {
margin-bottom: $spacing-unit * 2;
h3 {
text-decoration: underline;
}
}
.content__list {
h1 {
font-weight: bold;
}
h2 {
font-weight: bold;
text-decoration: underline;
&:not(:first-child) {
margin-top: $spacing-unit * 2;
}
.code--input {
&:before {
content: 'stuff'
}
}