From 5d5abedb7504a93bda52fc326e39255629e2c648 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 8 Oct 2022 23:39:56 +0100 Subject: Added rendering diary posts, fixed git section --- static/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index cc6b460..6d18d62 100755 --- a/static/style.css +++ b/static/style.css @@ -129,6 +129,20 @@ aside { font-size: x-small; } +#diaryentry { + list-style-type: none; +} + +#diaryentry ul { + list-style-type: none; + display: inline-block; +} + +#diaryentry ul li img { + max-height: 150px; + margin-top: 10px; +} + blockquote span { color: #789922; } -- cgit v1.2.3