diff options
| author | Rob Peters <makitso@gmail.com> | 2010-06-19 23:37:25 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-06-19 23:37:25 +0000 |
| commit | 081562d1b62ef74d4e693947c2e69f7af23ae877 (patch) | |
| tree | f3b169195b9f2a00938aedf79e5dfbc14e3d5fca /themes/colors/css | |
| parent | fd9d96d423e508069c523812eef08166876eb8c3 (diff) | |
| download | webtrees-081562d1b62ef74d4e693947c2e69f7af23ae877.tar.gz webtrees-081562d1b62ef74d4e693947c2e69f7af23ae877.tar.bz2 webtrees-081562d1b62ef74d4e693947c2e69f7af23ae877.zip | |
Fix: surnames with prefixes wrapping in tag-clouds
Diffstat (limited to 'themes/colors/css')
| -rw-r--r-- | themes/colors/css/aquamarine.css | 19 | ||||
| -rw-r--r-- | themes/colors/css/ash.css | 19 | ||||
| -rw-r--r-- | themes/colors/css/belgianchocolate.css | 21 | ||||
| -rw-r--r-- | themes/colors/css/bluelagoon.css | 21 | ||||
| -rw-r--r-- | themes/colors/css/bluemarine.css | 21 | ||||
| -rw-r--r-- | themes/colors/css/coldday.css | 21 | ||||
| -rw-r--r-- | themes/colors/css/greenbeam.css | 19 | ||||
| -rw-r--r-- | themes/colors/css/mediterranio.css | 21 | ||||
| -rw-r--r-- | themes/colors/css/mercury.css | 21 | ||||
| -rw-r--r-- | themes/colors/css/nocturnal.css | 21 | ||||
| -rw-r--r-- | themes/colors/css/olivia.css | 21 | ||||
| -rw-r--r-- | themes/colors/css/pinkplastic.css | 21 | ||||
| -rw-r--r-- | themes/colors/css/shinytomato.css | 21 | ||||
| -rw-r--r-- | themes/colors/css/tealtop.css | 21 |
14 files changed, 193 insertions, 95 deletions
diff --git a/themes/colors/css/aquamarine.css b/themes/colors/css/aquamarine.css index d21cd1784e..f4418990c0 100644 --- a/themes/colors/css/aquamarine.css +++ b/themes/colors/css/aquamarine.css @@ -1610,19 +1610,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 */ diff --git a/themes/colors/css/ash.css b/themes/colors/css/ash.css index b9ff9f4c0a..65a28e3832 100644 --- a/themes/colors/css/ash.css +++ b/themes/colors/css/ash.css @@ -1610,19 +1610,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 */ diff --git a/themes/colors/css/belgianchocolate.css b/themes/colors/css/belgianchocolate.css index 67d4e60792..e40c44aa81 100644 --- a/themes/colors/css/belgianchocolate.css +++ b/themes/colors/css/belgianchocolate.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8664 2010-06-08 16:12:03Z rob $ +* $Id: ash.css 8709 2010-06-11 23:35:42Z rob $ */ .something { @@ -1610,19 +1610,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 */ diff --git a/themes/colors/css/bluelagoon.css b/themes/colors/css/bluelagoon.css index 73f88f6691..f198b1e291 100644 --- a/themes/colors/css/bluelagoon.css +++ b/themes/colors/css/bluelagoon.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8664 2010-06-08 16:12:03Z rob $ +* $Id: ash.css 8709 2010-06-11 23:35:42Z rob $ */ .something { @@ -1610,19 +1610,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 */ diff --git a/themes/colors/css/bluemarine.css b/themes/colors/css/bluemarine.css index a77bf38bc0..660b259c04 100644 --- a/themes/colors/css/bluemarine.css +++ b/themes/colors/css/bluemarine.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8664 2010-06-08 16:12:03Z rob $ +* $Id: ash.css 8709 2010-06-11 23:35:42Z rob $ */ .something { @@ -1610,19 +1610,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 */ diff --git a/themes/colors/css/coldday.css b/themes/colors/css/coldday.css index 3e246f64a0..81a53185d9 100644 --- a/themes/colors/css/coldday.css +++ b/themes/colors/css/coldday.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8664 2010-06-08 16:12:03Z rob $ +* $Id: ash.css 8709 2010-06-11 23:35:42Z rob $ */ .something { @@ -1610,19 +1610,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 */ diff --git a/themes/colors/css/greenbeam.css b/themes/colors/css/greenbeam.css index 1545720e52..d828f17fc1 100644 --- a/themes/colors/css/greenbeam.css +++ b/themes/colors/css/greenbeam.css @@ -1610,19 +1610,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 */ diff --git a/themes/colors/css/mediterranio.css b/themes/colors/css/mediterranio.css index bdf8699e30..8c45fb114f 100644 --- a/themes/colors/css/mediterranio.css +++ b/themes/colors/css/mediterranio.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8664 2010-06-08 16:12:03Z rob $ +* $Id: ash.css 8709 2010-06-11 23:35:42Z rob $ */ .something { @@ -1610,19 +1610,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 */ diff --git a/themes/colors/css/mercury.css b/themes/colors/css/mercury.css index a6469dfa33..e2d4de1393 100644 --- a/themes/colors/css/mercury.css +++ b/themes/colors/css/mercury.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8664 2010-06-08 16:12:03Z rob $ +* $Id: ash.css 8709 2010-06-11 23:35:42Z rob $ */ .something { @@ -1610,19 +1610,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 */ diff --git a/themes/colors/css/nocturnal.css b/themes/colors/css/nocturnal.css index 4ecd072a50..3e05d90e0f 100644 --- a/themes/colors/css/nocturnal.css +++ b/themes/colors/css/nocturnal.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8664 2010-06-08 16:12:03Z rob $ +* $Id: ash.css 8709 2010-06-11 23:35:42Z rob $ */ .something { @@ -1610,19 +1610,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 */ diff --git a/themes/colors/css/olivia.css b/themes/colors/css/olivia.css index 7c146f619e..31c9f37b83 100644 --- a/themes/colors/css/olivia.css +++ b/themes/colors/css/olivia.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8664 2010-06-08 16:12:03Z rob $ +* $Id: ash.css 8709 2010-06-11 23:35:42Z rob $ */ .something { @@ -1610,19 +1610,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 */ diff --git a/themes/colors/css/pinkplastic.css b/themes/colors/css/pinkplastic.css index 982cef1bdc..9779d727b2 100644 --- a/themes/colors/css/pinkplastic.css +++ b/themes/colors/css/pinkplastic.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8664 2010-06-08 16:12:03Z rob $ +* $Id: ash.css 8709 2010-06-11 23:35:42Z rob $ */ .something { @@ -1610,19 +1610,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 */ diff --git a/themes/colors/css/shinytomato.css b/themes/colors/css/shinytomato.css index 9d88967145..4ac0d7ed89 100644 --- a/themes/colors/css/shinytomato.css +++ b/themes/colors/css/shinytomato.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8664 2010-06-08 16:12:03Z rob $ +* $Id: ash.css 8709 2010-06-11 23:35:42Z rob $ */ .something { @@ -1610,19 +1610,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 */ diff --git a/themes/colors/css/tealtop.css b/themes/colors/css/tealtop.css index ca88c59456..1c83bc603b 100644 --- a/themes/colors/css/tealtop.css +++ b/themes/colors/css/tealtop.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 8664 2010-06-08 16:12:03Z rob $ +* $Id: ash.css 8709 2010-06-11 23:35:42Z rob $ */ .something { @@ -1610,19 +1610,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 */ |
