diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-29 15:55:12 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-29 15:55:12 -0400 |
commit | 44fb662efb0e664287863dfe106f332a83a2f622 (patch) | |
tree | ffa29492c6c3deafa3d39807637a64975c97d431 /theme/stoica/display.css | |
parent | aefd99194d2262c44e2361efba8900ae0ca2f22f (diff) |
justify -> center
darcs-hash:20080729195512-84dde-acff6fb05edfb88bfdb2aaa482792cac1f975d94.gz
Diffstat (limited to 'theme/stoica/display.css')
-rw-r--r-- | theme/stoica/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/stoica/display.css b/theme/stoica/display.css index cb4f81c76..5094a2ed8 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 { |