From 3acb5614bafe68b0dfece1b67eac411a9bc95e32 Mon Sep 17 00:00:00 2001 From: Francois Michonneau Date: Wed, 4 Feb 2015 23:24:48 -0500 Subject: [PATCH] fix swcarpentry/styles#4 github ribbon position --- css/swc.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/css/swc.css b/css/swc.css index 9dce9fd..24d7d6a 100644 --- a/css/swc.css +++ b/css/swc.css @@ -678,16 +678,13 @@ div.chapter h2 { width: 150px; overflow: hidden; height: 150px; - -webkit-box-sizing: unset; - -moz-box-sizing: unset; - box-sizing: unset; } #github-ribbon a { width: 200px; position: absolute; padding: 5px 40px; top: 40px; - right: -80px; + right: -40px; transform: rotate(45deg); -webkit-transform: rotate(45deg); box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);