diff options
Diffstat (limited to 'src/static/css')
| -rw-r--r-- | src/static/css/site.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 765ec87d..1253c49f 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -2096,6 +2096,19 @@ h1 { white-space: nowrap; } +#content li.divider { + list-style-type: none; + max-width: 220px; + margin-top: 0.5em; + margin-bottom: 0.5em; +} + +#content li.divider hr { + color: #888; + border: none; + border-bottom: 1px solid; +} + #content details { margin-top: 0.25em; margin-bottom: 0.25em; |