summaryrefslogtreecommitdiff
path: root/themes/colors
diff options
context:
space:
mode:
authorRob Peters <makitso@gmail.com>2010-08-29 12:30:00 +0000
committerRob Peters <makitso@gmail.com>2010-08-29 12:30:00 +0000
commit6a7f53278fda94c724d2370c9eecd11b3eea5b3c (patch)
tree58f1a751e886b4fa32b355add56e41e151b3567d /themes/colors
parent0580e300269c3f1d03761f0dc3c97b6ce1e19881 (diff)
downloadwebtrees-6a7f53278fda94c724d2370c9eecd11b3eea5b3c.tar.gz
webtrees-6a7f53278fda94c724d2370c9eecd11b3eea5b3c.tar.bz2
webtrees-6a7f53278fda94c724d2370c9eecd11b3eea5b3c.zip
Bug #625991 - No spaces between "Name" and name and no place on birth and death lines on header
Diffstat (limited to 'themes/colors')
-rw-r--r--themes/colors/css/aquamarine.css5
-rw-r--r--themes/colors/css/ash.css5
-rw-r--r--themes/colors/css/belgianchocolate.css7
-rw-r--r--themes/colors/css/bluelagoon.css7
-rw-r--r--themes/colors/css/bluemarine.css7
-rw-r--r--themes/colors/css/coldday.css7
-rw-r--r--themes/colors/css/greenbeam.css5
-rw-r--r--themes/colors/css/mediterranio.css7
-rw-r--r--themes/colors/css/mercury.css7
-rw-r--r--themes/colors/css/nocturnal.css7
-rw-r--r--themes/colors/css/olivia.css7
-rw-r--r--themes/colors/css/pinkplastic.css7
-rw-r--r--themes/colors/css/shinytomato.css7
-rw-r--r--themes/colors/css/tealtop.css7
14 files changed, 81 insertions, 11 deletions
diff --git a/themes/colors/css/aquamarine.css b/themes/colors/css/aquamarine.css
index e8bdec4528..613955b458 100644
--- a/themes/colors/css/aquamarine.css
+++ b/themes/colors/css/aquamarine.css
@@ -1648,6 +1648,11 @@ margin-right:10px;
clear:both;
}
+dd {
+display: inline;
+margin: 0;
+}
+
/* Classes for the INDI page header */
#indi_header h1 {
diff --git a/themes/colors/css/ash.css b/themes/colors/css/ash.css
index 78f72559d3..03409abaae 100644
--- a/themes/colors/css/ash.css
+++ b/themes/colors/css/ash.css
@@ -1648,6 +1648,11 @@ margin-right:10px;
clear:both;
}
+dd {
+display: inline;
+margin: 0;
+}
+
/* Classes for the INDI page header */
#indi_header h1 {
diff --git a/themes/colors/css/belgianchocolate.css b/themes/colors/css/belgianchocolate.css
index 2cd3ea3df8..0c7c5bd5c4 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 9130 2010-07-21 01:17:44Z rob $
+* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
*/
.something {
@@ -1648,6 +1648,11 @@ margin-right:10px;
clear:both;
}
+dd {
+display: inline;
+margin: 0;
+}
+
/* Classes for the INDI page header */
#indi_header h1 {
diff --git a/themes/colors/css/bluelagoon.css b/themes/colors/css/bluelagoon.css
index 7301c47f88..7646bd39bf 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 9130 2010-07-21 01:17:44Z rob $
+* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
*/
.something {
@@ -1648,6 +1648,11 @@ margin-right:10px;
clear:both;
}
+dd {
+display: inline;
+margin: 0;
+}
+
/* Classes for the INDI page header */
#indi_header h1 {
diff --git a/themes/colors/css/bluemarine.css b/themes/colors/css/bluemarine.css
index d4e2368245..153b52fbfb 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 9130 2010-07-21 01:17:44Z rob $
+* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
*/
.something {
@@ -1648,6 +1648,11 @@ margin-right:10px;
clear:both;
}
+dd {
+display: inline;
+margin: 0;
+}
+
/* Classes for the INDI page header */
#indi_header h1 {
diff --git a/themes/colors/css/coldday.css b/themes/colors/css/coldday.css
index 92df6e583a..b29d878252 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 9130 2010-07-21 01:17:44Z rob $
+* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
*/
.something {
@@ -1648,6 +1648,11 @@ margin-right:10px;
clear:both;
}
+dd {
+display: inline;
+margin: 0;
+}
+
/* Classes for the INDI page header */
#indi_header h1 {
diff --git a/themes/colors/css/greenbeam.css b/themes/colors/css/greenbeam.css
index 597c0f4ee4..0a7169a25a 100644
--- a/themes/colors/css/greenbeam.css
+++ b/themes/colors/css/greenbeam.css
@@ -1648,6 +1648,11 @@ margin-right:10px;
clear:both;
}
+dd {
+display: inline;
+margin: 0;
+}
+
/* Classes for the INDI page header */
#indi_header h1 {
diff --git a/themes/colors/css/mediterranio.css b/themes/colors/css/mediterranio.css
index 98b7847951..8522b90af7 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 9130 2010-07-21 01:17:44Z rob $
+* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
*/
.something {
@@ -1648,6 +1648,11 @@ margin-right:10px;
clear:both;
}
+dd {
+display: inline;
+margin: 0;
+}
+
/* Classes for the INDI page header */
#indi_header h1 {
diff --git a/themes/colors/css/mercury.css b/themes/colors/css/mercury.css
index be4e6a9392..64a073002c 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 9130 2010-07-21 01:17:44Z rob $
+* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
*/
.something {
@@ -1648,6 +1648,11 @@ margin-right:10px;
clear:both;
}
+dd {
+display: inline;
+margin: 0;
+}
+
/* Classes for the INDI page header */
#indi_header h1 {
diff --git a/themes/colors/css/nocturnal.css b/themes/colors/css/nocturnal.css
index 6575ae20f5..be37ffb5da 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 9130 2010-07-21 01:17:44Z rob $
+* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
*/
.something {
@@ -1648,6 +1648,11 @@ margin-right:10px;
clear:both;
}
+dd {
+display: inline;
+margin: 0;
+}
+
/* Classes for the INDI page header */
#indi_header h1 {
diff --git a/themes/colors/css/olivia.css b/themes/colors/css/olivia.css
index 101ed6939f..dcbc3d95c9 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 9130 2010-07-21 01:17:44Z rob $
+* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
*/
.something {
@@ -1648,6 +1648,11 @@ margin-right:10px;
clear:both;
}
+dd {
+display: inline;
+margin: 0;
+}
+
/* Classes for the INDI page header */
#indi_header h1 {
diff --git a/themes/colors/css/pinkplastic.css b/themes/colors/css/pinkplastic.css
index 5ab9ea3e46..518300588c 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 9130 2010-07-21 01:17:44Z rob $
+* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
*/
.something {
@@ -1648,6 +1648,11 @@ margin-right:10px;
clear:both;
}
+dd {
+display: inline;
+margin: 0;
+}
+
/* Classes for the INDI page header */
#indi_header h1 {
diff --git a/themes/colors/css/shinytomato.css b/themes/colors/css/shinytomato.css
index 65a4f880c9..16c8f60770 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 9130 2010-07-21 01:17:44Z rob $
+* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
*/
.something {
@@ -1648,6 +1648,11 @@ margin-right:10px;
clear:both;
}
+dd {
+display: inline;
+margin: 0;
+}
+
/* Classes for the INDI page header */
#indi_header h1 {
diff --git a/themes/colors/css/tealtop.css b/themes/colors/css/tealtop.css
index e91dc9ea6c..a4d6f09386 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 9130 2010-07-21 01:17:44Z rob $
+* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $
*/
.something {
@@ -1648,6 +1648,11 @@ margin-right:10px;
clear:both;
}
+dd {
+display: inline;
+margin: 0;
+}
+
/* Classes for the INDI page header */
#indi_header h1 {