diff options
| author | makitso <makitso@gmail.com> | 2015-12-04 08:17:37 -0600 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-12-04 08:17:37 -0600 |
| commit | bc4e138b0a322c93809d18c98c04997c38ce2941 (patch) | |
| tree | 3f1a76124ee188bd8eb4e753866ead3c15b12c86 /themes/clouds/css-1.7.0/style.css | |
| parent | 51eab068a73558421c329b3b24e0c0f068f718a5 (diff) | |
| download | webtrees-bc4e138b0a322c93809d18c98c04997c38ce2941.tar.gz webtrees-bc4e138b0a322c93809d18c98c04997c38ce2941.tar.bz2 webtrees-bc4e138b0a322c93809d18c98c04997c38ce2941.zip | |
Cosmetics for colors and clouds themes
Allow default of 10 top 10 surnames to not have scroll bar.
Resolve block alignment on home page for Chrome browser that sets width
in percentage.
Diffstat (limited to 'themes/clouds/css-1.7.0/style.css')
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index 881c7d37e8..9b9c705b7d 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -1608,12 +1608,14 @@ background-color: #fff; clear: none; width: 66%; float: left; + display: table; } #index_small_blocks { clear: none; width: 33%; float: right; + display: table; } #index_full_blocks { @@ -1630,7 +1632,7 @@ background-color: #fff; } .small_inner_block { - max-height: 200px; + max-height: 250px; overflow: auto; } |
