diff options
author | mms <michal@sapka.me> | 2024-02-06 21:38:34 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-02-06 21:38:34 +0100 |
commit | 01401a7bec03cb30696e7981f81c138d63331e98 (patch) | |
tree | c517337174cd3adf0e2e14f7635a82634676c68a /static | |
parent | 86d5ececb0ec89b18168f68834d39ac7277e5043 (diff) |
todo and lastmod
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 36cc172..aee976c 100644 --- a/static/style.css +++ b/static/style.css @@ -313,6 +313,34 @@ nav.personal > a { /* index_end */ + +/* mms_table_start */ +body.mms table { + width: 100%; + border-collapse: collapse; +} + +body.mms td { + border-style: solid; + border-width: 1px; + padding: 3px; +} +/* mms_table_end */ + +/* single_start */ + +article > .publish-date { + text-align: right; +} + +/*single_end */ + + + + + + + /* legacy_code_start */ /* ---------- Main */ @@ -349,11 +377,15 @@ article a { h2, h3, h4, h5 { text-align: left; border: 0; - border-bottom-width: 1px; + border-bottom-width: 0px; border-style: solid; font-size: inherit; text-transform: uppercase; } +h2 { + border-bottom-width: 1px; +} + blockquote { border: 0; border-left: 3px; |