From bc4e138b0a322c93809d18c98c04997c38ce2941 Mon Sep 17 00:00:00 2001 From: makitso Date: Fri, 4 Dec 2015 08:17:37 -0600 Subject: 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. --- themes/clouds/css-1.7.0/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'themes/clouds/css-1.7.0/style.css') 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; } -- cgit v1.3