diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-14 07:51:41 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-14 07:51:41 +0000 |
commit | a540eee93088628adeb3127227f401592ce4403c (patch) | |
tree | 428659d6dbd003b00ef61d8b5eea83fe84578f43 /views/default/css.php | |
parent | a8a6d84d11f285aeb8eb17e347ecfad34a2d7659 (diff) | |
download | elgg-a540eee93088628adeb3127227f401592ce4403c.tar.gz elgg-a540eee93088628adeb3127227f401592ce4403c.tar.bz2 |
Updated core tagcloud view markup/css.
git-svn-id: http://code.elgg.org/elgg/trunk@6043 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index dd1e1449d..dba14194a 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -238,6 +238,9 @@ h2 { padding:1px 0 0 16px; font-size: 90%; } +.tagcloud { + text-align:justify; +} .ajax_loader { background-color: white; background-image: url(<?php echo $vars['url']; ?>_graphics/ajax_loader_bw.gif); |