Repository: hbase Updated Branches: refs/heads/asf-site 0c823d25f -> aabe24b29
Test another CSS tweak Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/aabe24b2 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/aabe24b2 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/aabe24b2 Branch: refs/heads/asf-site Commit: aabe24b29f908650c197ad3def5ab3a195726a83 Parents: 0c823d2 Author: Misty Stanley-Jones <[email protected]> Authored: Wed Nov 11 08:48:20 2015 +1000 Committer: Misty Stanley-Jones <[email protected]> Committed: Wed Nov 11 08:48:20 2015 +1000 ---------------------------------------------------------------------- css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/aabe24b2/css/site.css ---------------------------------------------------------------------- diff --git a/css/site.css b/css/site.css index f316a25..423ece7 100644 --- a/css/site.css +++ b/css/site.css @@ -90,7 +90,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 !important; + height: auto; } /* Fix Google Search Results box on small screens */ input.gsc-input,
