Mercurial > public > sg101
annotate user_photos/static/css/user_photos.css @ 896:0054a4a88c1c
Remove checking for https availability.
This seems to take quite a while, plus Python doesn't validate the cert, so we
could end up with dodgy sites.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 25 Feb 2015 21:09:41 -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 } |