Mercurial > public > sg101
annotate user_photos/static/css/user_photos.css @ 1157:e4f2d6a4b401
Rework S3 connection logic for latest versions of Python 2.7.
Had to make these changes for Ubuntu 16.04. Seems backward compatible
with production.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 19 Jan 2017 18:35:53 -0600 |
parents | 846cf9a06a04 |
children |
rev | line source |
---|---|
bgneal@717 | 1 .user_photo { |
bgneal@717 | 2 margin: 1em; |
bgneal@717 | 3 display: inline-block; |
bgneal@717 | 4 } |
bgneal@717 | 5 .owner_photo { |
bgneal@717 | 6 border: 1px solid gray; |
bgneal@717 | 7 } |
bgneal@717 | 8 .owner_photo img { |
bgneal@717 | 9 margin: auto; |
bgneal@717 | 10 width: 100%; |
bgneal@717 | 11 } |
bgneal@717 | 12 hr.footer_divider { |
bgneal@717 | 13 margin-top: 1.5em; |
bgneal@717 | 14 } |