diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2013-08-03 14:59:03 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2013-08-03 14:59:03 +0200 |
commit | de90f1583f2ca98c9f83f5a1eaf6072dcf5cd09d (patch) | |
tree | 4f682a135f78d24de70c8d233783802d64dab774 /static | |
parent | 3a52886c147323d227fee78874e6d85eedf43bd4 (diff) |
Added some minor adjustments to look better on mobile browsers.
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; } |