Finally writing the changelog (at least for now)

This commit is contained in:
Jeff Avallone
2014-12-20 11:18:15 -05:00
parent 55657a792b
commit 9a79b95337
2 changed files with 30 additions and 1 deletions
+17
View File
@@ -101,6 +101,23 @@ header {
}
}
.changelog {
background-color: $tan;
padding: rhythm(1/2);
dt {
font-weight: bold;
}
dd {
&::before {
content: '\00BB';
font-weight: bold;
margin-right: rhythm(1/2);
}
}
}
#content {
padding: rhythm(1);