Tweaking styling in preparation for writing documentation

This commit is contained in:
Jeff Avallone 2014-12-21 14:19:21 -05:00
parent d4261029fb
commit fbb8c4187d
3 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<div class="changelog">
<div class="copy changelog">
<dl>
<dt>Pending release</dt>
<dd>Freshened up design</dd>

View File

@ -1 +1,3 @@
<div class="copy documentation">
TODO: Write documentation
</div>

View File

@ -101,10 +101,12 @@ header {
}
}
.changelog {
.copy {
background-color: $tan;
padding: rhythm(1/2);
}
.changelog {
dt {
font-weight: bold;
}