diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 0e2002e..e2ff80f 100644 --- a/static/style.css +++ b/static/style.css @@ -12,6 +12,7 @@ div#page-menu a { color: #ccc; text-decoration: none; margin: 0 .5em 0 .5em; } ul { list-style-type: none; } li { margin-left: 1em; } +.file-info { display: inline-block; } .image-list .image { display: inline-block; vertical-align: top; width: 128px; margin: .5em; } .image-list .image img { opacity: 1; } |