comparison gpp/potd/static/css/potd.css @ 312:88b2b9cb8c1f

Fixing #142; cut over to the django.contrib.staticfiles app.
author Brian Neal <bgneal@gmail.com>
date Thu, 27 Jan 2011 02:56:10 +0000
parents
children
comparison
equal deleted inserted replaced
311:b1c39788e511 312:88b2b9cb8c1f
1 div.potd-details {
2 text-align: center;
3 }
4 div.potd-details p.caption {
5 font-weight: bold;
6 }
7 div.potd-details p.details {
8 font-style: italic;
9 font-size: smaller;
10 }