diff options
| author | Jon Bergli Heier <snakebite@jvnv.net> | 2011-07-17 16:04:32 +0200 | 
|---|---|---|
| committer | Jon Bergli Heier <snakebite@jvnv.net> | 2011-07-17 16:04:32 +0200 | 
| commit | c9ba238cad3cbfe12e1c0be9e36e1526b759e055 (patch) | |
| tree | 0300a3222eb5bb3151f4d453e294efb44b6c52f2 /static | |
| parent | 53d795fabe64c670bd97c0c0ad929b5a9b3fcd3f (diff) | |
Added an image section with thumbnails of all uploaded image files.
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 4 | 
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; } | 
