diff options
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); |