From a86725834e4e4619662dde8e951888b9d6c94dec Mon Sep 17 00:00:00 2001 From: Stephen Sawchuk Date: Thu, 15 Jan 2015 14:18:56 -0500 Subject: [PATCH] docs: enlarge click area for getting started link - fixes #347 --- docs/site/components/docs/docs.html | 4 +++- docs/site/css/main.css | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/site/components/docs/docs.html b/docs/site/components/docs/docs.html index ee629bff32a..0b570b577d8 100644 --- a/docs/site/components/docs/docs.html +++ b/docs/site/components/docs/docs.html @@ -20,7 +20,9 @@

- Getting Started with gcloud + + Getting Started with gcloud +

diff --git a/docs/site/css/main.css b/docs/site/css/main.css index 9c0502afe58..15948834d3a 100755 --- a/docs/site/css/main.css +++ b/docs/site/css/main.css @@ -145,6 +145,10 @@ h2, h3 { color: #4285f4; } +a { + cursor: pointer; +} + /* Header ========================================================================== */