From 8bdf689f638b3aed3a056054cdb840ca45e2cb89 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Mon, 3 Feb 2025 20:00:51 +0100 Subject: [PATCH 1/2] style.css: move margin from body to head --- stylesheets/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 80dc69e0..e1da5652 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -319,7 +319,7 @@ div.post { } div.post div.head { - margin: 0.1em 1em 0.1em 1.4em; + margin: 0.1em 1em 0.8em 1.4em; clear: both; line-height: 1.3em; } @@ -341,7 +341,6 @@ div.post.op > p { } div.post div.body { - margin-top: 0.8em; margin-left: 1.4em; padding-right: 3em; padding-bottom: 0.3em; From 11682270c4d11809091eb6bdc42f7e231c56891d Mon Sep 17 00:00:00 2001 From: Zankaria Date: Mon, 3 Feb 2025 20:01:49 +0100 Subject: [PATCH 2/2] style.css: add margin at bottom of single images --- stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index e1da5652..9b982285 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -217,7 +217,7 @@ img.banner,img.board_image { } div.post .post-image { - padding: 0.2em; + padding: 0.2em 0.2em 0.8em 0.2em; margin: 0 20px 0 0; }