Mercurial > public > sg101
annotate gpp/downloads/static/css/downloads.css @ 370:e9a066db3f54
Adding some try/except around some key points in the code to protect against some IntegrityErrors. We log when these happens but otherwise keep going. Tickets: #160 and #169.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 06 Mar 2011 00:40:50 +0000 |
parents | 88b2b9cb8c1f |
children |
rev | line source |
---|---|
bgneal@312 | 1 #downloads-add td { |
bgneal@312 | 2 padding-bottom: 5px; |
bgneal@312 | 3 } |
bgneal@312 | 4 |
bgneal@312 | 5 #downloads-add fieldset { |
bgneal@312 | 6 margin: 1em 0 1em; |
bgneal@312 | 7 padding: 0.5em; |
bgneal@312 | 8 } |