Moved things

This commit is contained in:
Oliver Davies 2015-09-13 10:44:08 +01:00
parent dad3da5ce7
commit c37df83df7
29 changed files with 0 additions and 0 deletions

11
sass/base/_lists.scss Normal file
View file

@ -0,0 +1,11 @@
dt {
margin-top: .5em;
&:after {
content: ':';
}
}
dd {
padding-left: 2em;
}