annotate user_photos/static/css/user_photos.css @ 1132:1407af5472e4

Add our own table stack. Foundation's table.stack only shows the first th in a thead. Added my own version that shows all of them. Updated templates to use new class.
author Brian Neal <bgneal@gmail.com>
date Wed, 28 Sep 2016 20:25:29 -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 }