diff options
Diffstat (limited to 'static/style.css')
-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; |