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>
|
<dl>
|
||||||
<dt>Pending release</dt>
|
<dt>Pending release</dt>
|
||||||
<dd>Freshened up design</dd>
|
<dd>Freshened up design</dd>
|
||||||
|
@ -1 +1,3 @@
|
|||||||
|
<div class="copy documentation">
|
||||||
TODO: Write documentation
|
TODO: Write documentation
|
||||||
|
</div>
|
||||||
|
@ -101,10 +101,12 @@ header {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.changelog {
|
.copy {
|
||||||
background-color: $tan;
|
background-color: $tan;
|
||||||
padding: rhythm(1/2);
|
padding: rhythm(1/2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.changelog {
|
||||||
dt {
|
dt {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user