aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-10-08 23:39:56 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2022-10-08 23:39:56 +0100
commit5d5abedb7504a93bda52fc326e39255629e2c648 (patch)
tree34c126223f022ae9b6d04e62fc71e8cd61226a9d /static
parent41ef9c15994a0db74cd8af1e7f43e8493c17460f (diff)
downloadeda.gay-5d5abedb7504a93bda52fc326e39255629e2c648.tar.gz
eda.gay-5d5abedb7504a93bda52fc326e39255629e2c648.zip
Added rendering diary posts, fixed git section
Diffstat (limited to 'static')
-rwxr-xr-xstatic/style.css14
1 files changed, 14 insertions, 0 deletions
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;
}