diff options
Diffstat (limited to 'design/sass/_writing_details.scss')
-rw-r--r-- | design/sass/_writing_details.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/design/sass/_writing_details.scss b/design/sass/_writing_details.scss index b327b19..41bc611 100644 --- a/design/sass/_writing_details.scss +++ b/design/sass/_writing_details.scss @@ -73,6 +73,26 @@ } } +/* special case for debi's master list*/ +.list-debi { + @include constrain_narrow(); + text-align: left; + > li { + font-weight: bold; + margin: .25em 0 .25em 0; + } + li ul li { + font-weight: normal; + margin: .25em 0 .25em .5em; + &:before { + content: "\2022"; + display: inline-block; + margin-right: 10px; + margin-top: 2px; + } + } +} + //### FOOTNOTES ### .footnote { @include constrain_narrow(); |