From: Ian Weller Date: Thu, 14 Jan 2016 18:29:04 +0000 (-0500) Subject: share icon is with the breadcrumbs X-Git-Tag: v1.0.0^2~41 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6c8a2ad9345547cd3efa288d321e17b1bef3f20b;p=WP-Themes%2Fshipwreckmuseum.git share icon is with the breadcrumbs --- diff --git a/css/app.css b/css/app.css index a190a8a..6a331f6 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: 5px; + top: -39px; right: 35px; } main.page-inside #content-wrapper #action-items { margin: 49px auto 30px; } diff --git a/scss/_main.scss b/scss/_main.scss index 96e0f7f..22107f0 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -117,7 +117,7 @@ main { } p.no-break { position: absolute; - top: 5px; + top: -39px; right: 35px; } }