Mercurial > public > sg101
annotate user_photos/static/css/user_photos.css @ 905:be233ba7ca31
Reworked registration process.
Previous one proved too challenging for some humans.
Hopefully made it simpler but still unusual to confuse bots.
Increased test coverage also.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 08 Mar 2015 11:06:07 -0500 |
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 } |