From 44fb662efb0e664287863dfe106f332a83a2f622 Mon Sep 17 00:00:00 2001
From: Evan Prodromou <evan@prodromou.name>
Date: Tue, 29 Jul 2008 15:55:12 -0400
Subject: [PATCH] justify -> center

darcs-hash:20080729195512-84dde-acff6fb05edfb88bfdb2aaa482792cac1f975d94.gz
---
 theme/stoica/display.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/stoica/display.css b/theme/stoica/display.css
index cb4f81c766..5094a2ed8b 100644
--- a/theme/stoica/display.css
+++ b/theme/stoica/display.css
@@ -650,7 +650,7 @@ input#openid_url {
 /* ===== Tag Cloud Styling ===== */
 
 p.tagcloud {
-text-align: justify;
+text-align: center;
 }
 
 p.tagcloud a.largest {
-- 
2.39.5