From df4ecb86bc5e18ba9ac10f57a4fc0572402ebda7 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 28 Jun 2010 11:21:27 +0200 Subject: [PATCH] deadfoxjunction: Add a .center CSS class. --- static/deadfoxjunction/css/common.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.30.2