diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -62,6 +62,14 @@ blockquote { border-left: 3px solid #ccc; } +ul.no-style { + list-style-type: none; +} + +ul.no-style li { + margin: 20px 0px; +} + /* Footer */ @@ -148,6 +156,7 @@ div.header-anchor:hover img { visibility: visible; } + /* Plaintext code block links */ div.plaintext-link { |