From: Matthijs Kooijman Date: Mon, 28 Jun 2010 09:21:27 +0000 (+0200) Subject: deadfoxjunction: Add a .center CSS class. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=df4ecb86bc5e18ba9ac10f57a4fc0572402ebda7 deadfoxjunction: Add a .center CSS class. --- diff --git a/static/deadfoxjunction/css/common.css b/static/deadfoxjunction/css/common.css index fad232f..ed1d1d0 100644 --- a/static/deadfoxjunction/css/common.css +++ b/static/deadfoxjunction/css/common.css @@ -16,6 +16,10 @@ body { margin: 0; } +.center { + text-align: center; +} + li p { margin: .25em 0; }