diff options
-rw-r--r-- | theme/stoica/display.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/theme/stoica/display.css b/theme/stoica/display.css index 2038a1fa7..cb4f81c76 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%; } |