annotate potd/static/css/potd.css @ 974:d260aef91ad7

Prevent post preview from allowing mixed content. Apply image_check() to post previews and display an error message instead of the preview if it fails.
author Brian Neal <bgneal@gmail.com>
date Thu, 01 Oct 2015 20:18:48 -0500
parents ee87ea74d46b
children
rev   line source
bgneal@312 1 div.potd-details {
bgneal@312 2 text-align: center;
bgneal@312 3 }
bgneal@312 4 div.potd-details p.caption {
bgneal@312 5 font-weight: bold;
bgneal@312 6 }
bgneal@312 7 div.potd-details p.details {
bgneal@312 8 font-style: italic;
bgneal@312 9 font-size: smaller;
bgneal@312 10 }