Repository: hbase Updated Branches: refs/heads/asf-site ae9e5d684 -> 1b17c5241
Testing CSS tweak Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1b17c524 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1b17c524 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/1b17c524 Branch: refs/heads/asf-site Commit: 1b17c5241e4374d218b943df30193cccc00f7227 Parents: ae9e5d6 Author: Misty Stanley-Jones <[email protected]> Authored: Wed Nov 11 07:41:32 2015 +1000 Committer: Misty Stanley-Jones <[email protected]> Committed: Wed Nov 11 07:41:32 2015 +1000 ---------------------------------------------------------------------- css/site.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/1b17c524/css/site.css ---------------------------------------------------------------------- diff --git a/css/site.css b/css/site.css index ba6d55e..afae895 100644 --- a/css/site.css +++ b/css/site.css @@ -83,8 +83,7 @@ li#publishDate.pull-right { /* Without this rule, drop-down divs are a fixed height * the first time they are expanded */ .collapse.in { - height: auto; - overflow: visible; + height: auto !important; } div#search-form.navbar-search.pull-right { padding: 0;
