From: Chris Jones Date: Thu, 30 Jun 2011 01:35:00 +0000 (-0700) Subject: try to make sidebar a bit more discoverable by leaving a little edge of it sticking out X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=57d4053f6275726fb706052b980d17f38d3fe775;p=pdf.js.git try to make sidebar a bit more discoverable by leaving a little edge of it sticking out --- diff --git a/multi_page_viewer.css b/multi_page_viewer.css index 2eaca48..17b2537 100644 --- a/multi_page_viewer.css +++ b/multi_page_viewer.css @@ -181,7 +181,7 @@ span { width: 200px; top: 62px; bottom: 18px; - left: -170px; + left: -140px; transition: left 0.25s ease-in-out 1s; -moz-transition: left 0.25s ease-in-out 1s; -webkit-transition: left 0.25s ease-in-out 1s;