1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-15 18:42:40 +01:00

Merge pull request #889 from Zankaria/image-margins-css

Minor changes to image margins
This commit is contained in:
Lorenzo Yario 2025-02-05 11:37:37 -06:00 committed by GitHub
commit 2f9d718240
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -217,7 +217,7 @@ img.banner,img.board_image {
} }
div.post .post-image { div.post .post-image {
padding: 0.2em; padding: 0.2em 0.2em 0.8em 0.2em;
margin: 0 20px 0 0; margin: 0 20px 0 0;
} }
@ -319,7 +319,7 @@ div.post {
} }
div.post div.head { div.post div.head {
margin: 0.1em 1em 0.1em 1.4em; margin: 0.1em 1em 0.8em 1.4em;
clear: both; clear: both;
line-height: 1.3em; line-height: 1.3em;
} }
@ -341,7 +341,6 @@ div.post.op > p {
} }
div.post div.body { div.post div.body {
margin-top: 0.8em;
margin-left: 1.4em; margin-left: 1.4em;
padding-right: 3em; padding-right: 3em;
padding-bottom: 0.3em; padding-bottom: 0.3em;