diff options
| author | makitso <makitso@gmail.com> | 2017-08-28 07:54:55 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-08-28 07:54:55 -0700 |
| commit | dd64f758507f56171b4db377ae513e9911e9a8c8 (patch) | |
| tree | efac1ff8b17d59f50d437dc713f61b89fe277655 | |
| parent | 958aed0f6312a3286cd93bf4675d85b0f49539db (diff) | |
| download | webtrees-dd64f758507f56171b4db377ae513e9911e9a8c8.tar.gz webtrees-dd64f758507f56171b4db377ae513e9911e9a8c8.tar.bz2 webtrees-dd64f758507f56171b4db377ae513e9911e9a8c8.zip | |
Bootstrap 4 beta - Remove horizontal scroll from Home Page block
| -rwxr-xr-x | themes/_common/css-2.0.0/style.css | 6 | ||||
| -rwxr-xr-x | themes/clouds/css-2.0.0/style.css | 1 | ||||
| -rwxr-xr-x | themes/colors/css-2.0.0/style.css | 1 | ||||
| -rwxr-xr-x | themes/fab/css-2.0.0/style.css | 1 | ||||
| -rwxr-xr-x | themes/minimal/css-2.0.0/style.css | 1 | ||||
| -rwxr-xr-x | themes/webtrees/css-2.0.0/style.css | 1 | ||||
| -rwxr-xr-x | themes/xenea/css-2.0.0/style.css | 1 |
7 files changed, 1 insertions, 11 deletions
diff --git a/themes/_common/css-2.0.0/style.css b/themes/_common/css-2.0.0/style.css index 7234e5c28c..f64a30a361 100755 --- a/themes/_common/css-2.0.0/style.css +++ b/themes/_common/css-2.0.0/style.css @@ -18,11 +18,6 @@ height: auto; } -/* Hack for fixing bootstrap print problem */ -h2::first-letter { - margin-top: 0; -} - /* * Pages have the following high-level structure: * @@ -92,6 +87,7 @@ h2::first-letter { } .wt-secondary-menu { + flex-wrap: nowrap; } .wt-primary-navigation { diff --git a/themes/clouds/css-2.0.0/style.css b/themes/clouds/css-2.0.0/style.css index f97d624fda..678d043709 100755 --- a/themes/clouds/css-2.0.0/style.css +++ b/themes/clouds/css-2.0.0/style.css @@ -307,7 +307,6 @@ a > .wt-icon-arrow-up:hover::before { } .wt-block-content { - overflow: auto; } diff --git a/themes/colors/css-2.0.0/style.css b/themes/colors/css-2.0.0/style.css index a4e7169cba..24a51659ec 100755 --- a/themes/colors/css-2.0.0/style.css +++ b/themes/colors/css-2.0.0/style.css @@ -330,7 +330,6 @@ a > .wt-icon-arrow-up:hover::before { } .wt-block-content { - overflow: auto; } .wt-accessibility-links { diff --git a/themes/fab/css-2.0.0/style.css b/themes/fab/css-2.0.0/style.css index b47f316b99..5b38220e49 100755 --- a/themes/fab/css-2.0.0/style.css +++ b/themes/fab/css-2.0.0/style.css @@ -135,7 +135,6 @@ table { } .wt-block-content { - overflow: auto; } .wt-accessibility-links { diff --git a/themes/minimal/css-2.0.0/style.css b/themes/minimal/css-2.0.0/style.css index 3941790026..572bd26154 100755 --- a/themes/minimal/css-2.0.0/style.css +++ b/themes/minimal/css-2.0.0/style.css @@ -253,7 +253,6 @@ table { } .wt-block-content { - overflow: auto; } /* diff --git a/themes/webtrees/css-2.0.0/style.css b/themes/webtrees/css-2.0.0/style.css index b8877f2673..2d1363a829 100755 --- a/themes/webtrees/css-2.0.0/style.css +++ b/themes/webtrees/css-2.0.0/style.css @@ -792,7 +792,6 @@ a > .wt-icon-arrow-up:hover::before { .wt-block-content { margin: 5px; - overflow: auto; } .wt-block-content .list_table { diff --git a/themes/xenea/css-2.0.0/style.css b/themes/xenea/css-2.0.0/style.css index 33a7966581..a272ec14ea 100755 --- a/themes/xenea/css-2.0.0/style.css +++ b/themes/xenea/css-2.0.0/style.css @@ -787,7 +787,6 @@ a > .wt-icon-arrow-up:hover::before { .wt-block-content { margin: 5px; - overflow: auto; } .wt-block-content .list_table { |
