aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-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;
}