Repository: hbase Updated Branches: refs/heads/asf-site 19e6df579 -> ac447276a
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/ac447276 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ac447276 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/ac447276 Branch: refs/heads/asf-site Commit: ac447276aebe5984e771f479534d0940ab962e24 Parents: 19e6df5 Author: Misty Stanley-Jones <[email protected]> Authored: Wed Nov 11 11:18:53 2015 +1000 Committer: Misty Stanley-Jones <[email protected]> Committed: Wed Nov 11 11:18:53 2015 +1000 ---------------------------------------------------------------------- css/site.css | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/ac447276/css/site.css ---------------------------------------------------------------------- diff --git a/css/site.css b/css/site.css index 7f202d8..65adda7 100644 --- a/css/site.css +++ b/css/site.css @@ -105,3 +105,10 @@ li#publishDate.pull-right { clear: both; } } + +/* Fix Google Custom Search results div on very narrow screens */ +@media(max-width: 480px) { + .gsc-overflow-hidden .nav-collapse { + -webkit-transform: none; + } +} \ No newline at end of file
