diff options
-rw-r--r-- | static/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 609a2aa..382aaf0 100644 --- a/static/style.css +++ b/static/style.css @@ -14,7 +14,6 @@ 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; } |