From: Ian Weller Date: Thu, 14 Jan 2016 18:23:03 +0000 (-0500) Subject: got the share icon in a better place near the top X-Git-Tag: v1.0.0^2~42 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=850c8e3ceb80bea1a569bd225f8b9b71609fc3c9;p=WP-Themes%2Fshipwreckmuseum.git got the share icon in a better place near the top --- diff --git a/css/app.css b/css/app.css index b0e4e7f..a190a8a 100644 --- a/css/app.css +++ b/css/app.css @@ -6829,7 +6829,7 @@ main.page-inside #content-wrapper { font-style: italic; } main.page-inside #content-wrapper #main-content #main-text p.no-break { position: absolute; - top: 0; + top: 5px; right: 35px; } main.page-inside #content-wrapper #action-items { margin: 49px auto 30px; } diff --git a/scss/_main.scss b/scss/_main.scss index 19fc618..96e0f7f 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -117,7 +117,7 @@ main { } p.no-break { position: absolute; - top: 0; + top: 5px; right: 35px; } }