Tweaking styling in preparation for writing documentation
This commit is contained in:
parent
d4261029fb
commit
fbb8c4187d
@ -1,4 +1,4 @@
|
||||
<div class="changelog">
|
||||
<div class="copy changelog">
|
||||
<dl>
|
||||
<dt>Pending release</dt>
|
||||
<dd>Freshened up design</dd>
|
||||
|
@ -1 +1,3 @@
|
||||
<div class="copy documentation">
|
||||
TODO: Write documentation
|
||||
</div>
|
||||
|
@ -101,10 +101,12 @@ header {
|
||||
}
|
||||
}
|
||||
|
||||
.changelog {
|
||||
.copy {
|
||||
background-color: $tan;
|
||||
padding: rhythm(1/2);
|
||||
}
|
||||
|
||||
.changelog {
|
||||
dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user