Repository: orc Updated Branches: refs/heads/master 106168151 -> b39108e1a
Shorten "Documentation" to "Docs" on mobile. Project: http://git-wip-us.apache.org/repos/asf/orc/repo Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/b39108e1 Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/b39108e1 Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/b39108e1 Branch: refs/heads/master Commit: b39108e1a44cb6fd8804672e04781ec1d88824c4 Parents: 1061681 Author: Owen O'Malley <[email protected]> Authored: Fri Jun 26 20:14:00 2015 -0700 Committer: Owen O'Malley <[email protected]> Committed: Fri Jun 26 20:14:00 2015 -0700 ---------------------------------------------------------------------- site/_includes/primary-nav-items.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/orc/blob/b39108e1/site/_includes/primary-nav-items.html ---------------------------------------------------------------------- diff --git a/site/_includes/primary-nav-items.html b/site/_includes/primary-nav-items.html index 297ce65..85e31a2 100644 --- a/site/_includes/primary-nav-items.html +++ b/site/_includes/primary-nav-items.html @@ -3,7 +3,8 @@ <a href="/">Home</a> </li> <li class="{% if page.url contains '/docs/' %}current{% endif %}"> - <a href="/docs/">Documentation</a> + <a href="/docs/">Doc<span class="show-on-mobiles">s</span> + <span class="hide-on-mobiles">umentation</span></a> </li> <li class="{% if page.url contains '/talks/' %}current{% endif %}"> <a href="/talks/">Talks</a>
