Mercurial > public > sg101
annotate weblinks/static/css/weblinks.css @ 973:6f55c086db1e
Guess file extension based on content-type.
When downloading a file, and no path is supplied to store it, guess the file
extension using mimetypes and the content-type header.
Also supply a unit test for the HotLinkImageForm.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 01 Oct 2015 19:44:45 -0500 |
parents | ee87ea74d46b |
children |
rev | line source |
---|---|
bgneal@312 | 1 div.weblinks-link-sort { |
bgneal@312 | 2 padding-bottom: .5em; |
bgneal@312 | 3 } |
bgneal@312 | 4 |
bgneal@312 | 5 ul.weblinks-link-options { |
bgneal@312 | 6 margin: 0; |
bgneal@312 | 7 padding-left: 0; |
bgneal@312 | 8 list-style-type: none; |
bgneal@312 | 9 } |
bgneal@312 | 10 |
bgneal@312 | 11 ul.weblinks-link-options li { |
bgneal@312 | 12 display: inline; |
bgneal@312 | 13 padding: 0 5px; |
bgneal@312 | 14 } |