summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 79730df..609a2aa 100644
--- a/static/style.css
+++ b/static/style.css
@@ -11,6 +11,10 @@ div#page-menu ul { margin-left: 0; }
div#page-menu a { color: #ccc; text-decoration: none; margin: 0 .5em 0 .5em; }
ul { list-style-type: none; }
+ul.image-list li { display: inline-block; }
+ul.image-list li img { opacity: .8; }
+ul.image-list li img:hover { opacity: 1; }
+ul.image-list li sup { margin-left: auto; margin-right: auto; }
li { margin-left: 1em; }
p { margin-bottom: 1em; }
code { font-family: monospace; }