Repository: hbase Updated Branches: refs/heads/asf-site 1b17c5241 -> 3d72a0a6a
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/3d72a0a6 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3d72a0a6 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/3d72a0a6 Branch: refs/heads/asf-site Commit: 3d72a0a6a25ff6dc6c4a1a88cdd9835aa139aad6 Parents: 1b17c52 Author: Misty Stanley-Jones <[email protected]> Authored: Wed Nov 11 07:48:08 2015 +1000 Committer: Misty Stanley-Jones <[email protected]> Committed: Wed Nov 11 07:48:08 2015 +1000 ---------------------------------------------------------------------- css/site.css | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/3d72a0a6/css/site.css ---------------------------------------------------------------------- diff --git a/css/site.css b/css/site.css index afae895..ebf5a67 100644 --- a/css/site.css +++ b/css/site.css @@ -85,6 +85,15 @@ li#publishDate.pull-right { .collapse.in { height: auto !important; } + /* Fix Google Search Results box on small screens */ + input.gsc-input, + .gsc-input-box, + .gsc-input-box-hover, + .gsc-input-box-focus, + .gsc-search-button { + box-sizing: content-box; + line-height: normal; + } div#search-form.navbar-search.pull-right { padding: 0; margin-left: ;
