From aefd99194d2262c44e2361efba8900ae0ca2f22f Mon Sep 17 00:00:00 2001
From: Evan Prodromou <evan@prodromou.name>
Date: Tue, 29 Jul 2008 15:54:05 -0400
Subject: [PATCH] justify the tag cloud

darcs-hash:20080729195405-84dde-101cca52afaacf38b64282aebb07e5698fd02b11.gz
---
 theme/stoica/display.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/theme/stoica/display.css b/theme/stoica/display.css
index 2038a1fa7d..cb4f81c766 100644
--- a/theme/stoica/display.css
+++ b/theme/stoica/display.css
@@ -649,6 +649,10 @@ input#openid_url {
 
 /* ===== Tag Cloud Styling ===== */
 
+p.tagcloud {
+text-align: justify;
+}
+
 p.tagcloud a.largest {
 font-size: 200%;
 }