diff options
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site5.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/static/site5.css b/src/static/site5.css index bf2eea11..0be536a4 100644 --- a/src/static/site5.css +++ b/src/static/site5.css @@ -607,6 +607,18 @@ p .current { margin-top: 5px; } +.commentary-entry-heading { + margin-left: 15px; + padding-left: 5px; + max-width: 625px; + padding-bottom: 0.2em; + border-bottom: 1px dotted var(--primary-color); +} + +.commentary-entry-accent { + font-style: oblique; +} + .commentary-art { float: right; width: 30%; @@ -1826,7 +1838,7 @@ html[data-language-code="preview-en"][data-url-key="localized.home"] #content float: right; width: 40%; max-width: 400px; - margin: -60px 0 10px 10px; + margin: -60px 0 10px 20px; position: relative; z-index: 2; |