diff options
| author | Rob Peters <makitso@gmail.com> | 2010-05-15 23:53:20 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-05-15 23:53:20 +0000 |
| commit | 99fb2144a85776c595b413187ff03bc96c0edd5a (patch) | |
| tree | 45d2f7b2d5932bbc7070e39416383e99722229ef /themes/colors/css | |
| parent | 31289e33d391067f6f99e4d58308538149f43c9b (diff) | |
| download | webtrees-99fb2144a85776c595b413187ff03bc96c0edd5a.tar.gz webtrees-99fb2144a85776c595b413187ff03bc96c0edd5a.tar.bz2 webtrees-99fb2144a85776c595b413187ff03bc96c0edd5a.zip | |
Correct footer placement on main page
Diffstat (limited to 'themes/colors/css')
| -rw-r--r-- | themes/colors/css/aquamarine.css | 3 | ||||
| -rw-r--r-- | themes/colors/css/ash.css | 3 | ||||
| -rw-r--r-- | themes/colors/css/belgianchocolate.css | 5 | ||||
| -rw-r--r-- | themes/colors/css/bluelagoon.css | 5 | ||||
| -rw-r--r-- | themes/colors/css/bluemarine.css | 5 | ||||
| -rw-r--r-- | themes/colors/css/coldday.css | 5 | ||||
| -rw-r--r-- | themes/colors/css/greenbeam.css | 3 | ||||
| -rw-r--r-- | themes/colors/css/mediterranio.css | 5 | ||||
| -rw-r--r-- | themes/colors/css/mercury.css | 5 | ||||
| -rw-r--r-- | themes/colors/css/nocturnal.css | 5 | ||||
| -rw-r--r-- | themes/colors/css/olivia.css | 5 | ||||
| -rw-r--r-- | themes/colors/css/pinkplastic.css | 5 | ||||
| -rw-r--r-- | themes/colors/css/shinytomato.css | 5 | ||||
| -rw-r--r-- | themes/colors/css/tealtop.css | 5 |
14 files changed, 39 insertions, 25 deletions
diff --git a/themes/colors/css/aquamarine.css b/themes/colors/css/aquamarine.css index 0c22ef2022..318ff1a4e2 100644 --- a/themes/colors/css/aquamarine.css +++ b/themes/colors/css/aquamarine.css @@ -274,7 +274,8 @@ background:#FFC; } #footer { -text-align: left; +clear: both; +width: 99%; } #index_main_blocks { diff --git a/themes/colors/css/ash.css b/themes/colors/css/ash.css index 31772a1589..85f36b4c2e 100644 --- a/themes/colors/css/ash.css +++ b/themes/colors/css/ash.css @@ -274,7 +274,8 @@ background:#FFC; } #footer { -text-align: left; +clear: both; +width: 99%; } #index_main_blocks { diff --git a/themes/colors/css/belgianchocolate.css b/themes/colors/css/belgianchocolate.css index 9e5ce34e6d..aefcc03583 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 8110 2010-04-26 23:29:26Z rob $ +* $Id: ash.css 8234 2010-05-09 20:17:19Z rob $ */ .something { @@ -274,7 +274,8 @@ background:#FFC; } #footer { -text-align: left; +clear: both; +width: 99%; } #index_main_blocks { diff --git a/themes/colors/css/bluelagoon.css b/themes/colors/css/bluelagoon.css index 1416c914ff..3da5305a69 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 8110 2010-04-26 23:29:26Z rob $ +* $Id: ash.css 8234 2010-05-09 20:17:19Z rob $ */ .something { @@ -274,7 +274,8 @@ background:#FFC; } #footer { -text-align: left; +clear: both; +width: 99%; } #index_main_blocks { diff --git a/themes/colors/css/bluemarine.css b/themes/colors/css/bluemarine.css index ec3a994346..f76f611cb8 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 8110 2010-04-26 23:29:26Z rob $ +* $Id: ash.css 8234 2010-05-09 20:17:19Z rob $ */ .something { @@ -274,7 +274,8 @@ background:#FFC; } #footer { -text-align: left; +clear: both; +width: 99%; } #index_main_blocks { diff --git a/themes/colors/css/coldday.css b/themes/colors/css/coldday.css index 9127306490..ec1a43a2b1 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 8110 2010-04-26 23:29:26Z rob $ +* $Id: ash.css 8234 2010-05-09 20:17:19Z rob $ */ .something { @@ -274,7 +274,8 @@ background:#FFC; } #footer { -text-align: left; +clear: both; +width: 99%; } #index_main_blocks { diff --git a/themes/colors/css/greenbeam.css b/themes/colors/css/greenbeam.css index b6ff792968..5ff8ff4d02 100644 --- a/themes/colors/css/greenbeam.css +++ b/themes/colors/css/greenbeam.css @@ -274,7 +274,8 @@ background:#FFC; } #footer { -text-align: left; +clear: both; +width: 99%; } #index_main_blocks { diff --git a/themes/colors/css/mediterranio.css b/themes/colors/css/mediterranio.css index c391458385..71e3dc2841 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 8110 2010-04-26 23:29:26Z rob $ +* $Id: ash.css 8234 2010-05-09 20:17:19Z rob $ */ .something { @@ -274,7 +274,8 @@ background:#FFC; } #footer { -text-align: left; +clear: both; +width: 99%; } #index_main_blocks { diff --git a/themes/colors/css/mercury.css b/themes/colors/css/mercury.css index 23c8ab5f63..8244c67735 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 8110 2010-04-26 23:29:26Z rob $ +* $Id: ash.css 8234 2010-05-09 20:17:19Z rob $ */ .something { @@ -274,7 +274,8 @@ background:#FFC; } #footer { -text-align: left; +clear: both; +width: 99%; } #index_main_blocks { diff --git a/themes/colors/css/nocturnal.css b/themes/colors/css/nocturnal.css index e567031006..f09d63e7f7 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 8110 2010-04-26 23:29:26Z rob $ +* $Id: ash.css 8234 2010-05-09 20:17:19Z rob $ */ .something { @@ -274,7 +274,8 @@ background:#FFC; } #footer { -text-align: left; +clear: both; +width: 99%; } #index_main_blocks { diff --git a/themes/colors/css/olivia.css b/themes/colors/css/olivia.css index 3ef799db46..418c2c1d4b 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 8110 2010-04-26 23:29:26Z rob $ +* $Id: ash.css 8234 2010-05-09 20:17:19Z rob $ */ .something { @@ -274,7 +274,8 @@ background:#FFC; } #footer { -text-align: left; +clear: both; +width: 99%; } #index_main_blocks { diff --git a/themes/colors/css/pinkplastic.css b/themes/colors/css/pinkplastic.css index 5e1724e6d2..560a685c06 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 8110 2010-04-26 23:29:26Z rob $ +* $Id: ash.css 8234 2010-05-09 20:17:19Z rob $ */ .something { @@ -274,7 +274,8 @@ background:#FFC; } #footer { -text-align: left; +clear: both; +width: 99%; } #index_main_blocks { diff --git a/themes/colors/css/shinytomato.css b/themes/colors/css/shinytomato.css index 26a8086b86..66df60ca9e 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 8110 2010-04-26 23:29:26Z rob $ +* $Id: ash.css 8234 2010-05-09 20:17:19Z rob $ */ .something { @@ -274,7 +274,8 @@ background:#FFC; } #footer { -text-align: left; +clear: both; +width: 99%; } #index_main_blocks { diff --git a/themes/colors/css/tealtop.css b/themes/colors/css/tealtop.css index 6081b3ce87..07b9dbd2f5 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 8110 2010-04-26 23:29:26Z rob $ +* $Id: ash.css 8234 2010-05-09 20:17:19Z rob $ */ .something { @@ -274,7 +274,8 @@ background:#FFC; } #footer { -text-align: left; +clear: both; +width: 99%; } #index_main_blocks { |
