Skip to content

Commit

Permalink
docs: enlarge click area for getting started link - fixes #347
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Jan 15, 2015
1 parent 6904e11 commit a867258
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/site/components/docs/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ <h3 class="sub-heading">
<span class="toggle" ng-hide="showGcloudDocs"></span>
<span class="toggle" ng-show="showGcloudDocs"></span>
</div>
Getting Started with <code>gcloud</code>
<a ng-click="showGcloudDocs = !showGcloudDocs">
Getting Started with <code>gcloud</code>
</a>
</h3>
<article ng-if="showGcloudDocs">
<p>
Expand Down
4 changes: 4 additions & 0 deletions docs/site/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ h2, h3 {
color: #4285f4;
}

a {
cursor: pointer;
}

/* Header
========================================================================== */

Expand Down

0 comments on commit a867258

Please sign in to comment.