diff options
| author | Rob Peters <makitso@gmail.com> | 2010-06-19 23:37:07 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-06-19 23:37:07 +0000 |
| commit | fd9d96d423e508069c523812eef08166876eb8c3 (patch) | |
| tree | 8cd4668c5e8ef361ea62ca10c3eabfa05f783e73 | |
| parent | 744e6086062027df44822c5fbf74bb950cbad12c (diff) | |
| download | webtrees-fd9d96d423e508069c523812eef08166876eb8c3.tar.gz webtrees-fd9d96d423e508069c523812eef08166876eb8c3.tar.bz2 webtrees-fd9d96d423e508069c523812eef08166876eb8c3.zip | |
Fix: surnames with prefixes wrapping in tag-clouds
| -rw-r--r-- | themes/clouds/style.css | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/themes/clouds/style.css b/themes/clouds/style.css index aa06373d24..88643af136 100644 --- a/themes/clouds/style.css +++ b/themes/clouds/style.css @@ -1638,19 +1638,26 @@ padding-top: 12px; text-align: center; } +tag_cloud { +font-family: tahoma, arial, helvetica, sans-serif; +} +.tag_cloud a { +white-space:nowrap; +} + .clearfloat { - clear: both; +clear: both; } dl { - margin:0; +margin:0; } dt { - float:left; - font-weight:bold; - margin-right:10px; - clear:both; +float:left; +font-weight:bold; +margin-right:10px; +clear:both; } /* Classes for the INDI page header */ |
