diff options
| -rw-r--r-- | themes/clouds/css-1.5.0/style.css | 1 | ||||
| -rw-r--r-- | themes/colors/css-1.5.0/css/colors.css | 1 | ||||
| -rw-r--r-- | themes/fab/css-1.5.0/style.css | 1 | ||||
| -rw-r--r-- | themes/minimal/css-1.5.0/style.css | 1 | ||||
| -rw-r--r-- | themes/webtrees/css-1.5.0/style.css | 1 | ||||
| -rw-r--r-- | themes/xenea/css-1.5.0/style.css | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/themes/clouds/css-1.5.0/style.css b/themes/clouds/css-1.5.0/style.css index 551011276e..d971e2897b 100644 --- a/themes/clouds/css-1.5.0/style.css +++ b/themes/clouds/css-1.5.0/style.css @@ -3070,6 +3070,7 @@ html[dir=rtl] #cboxSlideshow {right:57px;left:0; } /* Census assistant module */ table.table-census-assistant th { font-weight: bold; + text-align: left; } /* Stories module */ diff --git a/themes/colors/css-1.5.0/css/colors.css b/themes/colors/css-1.5.0/css/colors.css index 84d6de60dc..c0fe1df7a5 100644 --- a/themes/colors/css-1.5.0/css/colors.css +++ b/themes/colors/css-1.5.0/css/colors.css @@ -1208,6 +1208,7 @@ html[dir=rtl] #cboxSlideshow {right:57px;left:0; } /* Census assistant module */ table.table-census-assistant th { font-weight: bold; + text-align: left; } /* Stories module */ diff --git a/themes/fab/css-1.5.0/style.css b/themes/fab/css-1.5.0/style.css index a6d8e41f55..4c461f4be1 100644 --- a/themes/fab/css-1.5.0/style.css +++ b/themes/fab/css-1.5.0/style.css @@ -3468,6 +3468,7 @@ html[dir=rtl] #cboxSlideshow { /* Census assistant module */ table.table-census-assistant th { font-weight: bold; + text-align: left; } /* Stories module */ diff --git a/themes/minimal/css-1.5.0/style.css b/themes/minimal/css-1.5.0/style.css index e0fa819e7c..6b22212b73 100644 --- a/themes/minimal/css-1.5.0/style.css +++ b/themes/minimal/css-1.5.0/style.css @@ -1844,6 +1844,7 @@ html[dir=rtl] #cboxSlideshow {right:57px;left:0; } /* Census assistant module */ table.table-census-assistant th { font-weight: bold; + text-align: left; } /* Stories module */ diff --git a/themes/webtrees/css-1.5.0/style.css b/themes/webtrees/css-1.5.0/style.css index 52503b0aab..3356c740f8 100644 --- a/themes/webtrees/css-1.5.0/style.css +++ b/themes/webtrees/css-1.5.0/style.css @@ -1144,6 +1144,7 @@ html[dir=rtl] #cboxSlideshow {right:57px;left:0; } /* Census assistant module */ table.table-census-assistant th { font-weight: bold; + text-align: left; } /* Stories module */ diff --git a/themes/xenea/css-1.5.0/style.css b/themes/xenea/css-1.5.0/style.css index a47d60969a..36a75a11f0 100644 --- a/themes/xenea/css-1.5.0/style.css +++ b/themes/xenea/css-1.5.0/style.css @@ -2157,6 +2157,7 @@ html[dir=rtl] #cboxSlideshow {right:57px;left:0; } /* Census assistant module */ table.table-census-assistant th { font-weight: bold; + text-align: left; } /* Stories module */ |
