You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by pd...@apache.org on 2018/09/04 17:38:47 UTC

[incubator-openwhisk-website] branch master updated: allow anchor to take up full space of li (#326)

This is an automated email from the ASF dual-hosted git repository.

pdesai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 65ae33d  allow anchor to take up full space of li (#326)
65ae33d is described below

commit 65ae33dab7f4367e0173df7148b9dfea21ddbac9
Author: Justin Halsall <Ju...@users.noreply.github.com>
AuthorDate: Tue Sep 4 13:38:44 2018 -0400

    allow anchor to take up full space of li (#326)
---
 _scss/_base.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_scss/_base.scss b/_scss/_base.scss
index 501d50d..da2ac1a 100644
--- a/_scss/_base.scss
+++ b/_scss/_base.scss
@@ -337,6 +337,7 @@ a.indexable {
     a {
       color: $color-index-fg;
       text-decoration: none;
+      display: block;
     }
     a:hover {
       // use different color on index-item hover