From 7d23aedf8b4c9156f0fcfd2f42cdd48484449c1e Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 7 Feb 2014 17:42:59 +0000 Subject: [PATCH] Twenty Fourteen: fix unreachable links when the content area is shorter than the sidebar in smaller viewpoints. Props celloexpressions, see #26782. git-svn-id: https://develop.svn.wordpress.org/trunk@27121 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index f1ad8a9faf..3383243a4c 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -3233,6 +3233,7 @@ a.post-thumbnail:hover { float: right; margin-left: -33.33333333%; padding: 48px 30px 24px; + position: relative; width: 33.33333333%; }