From 391b5b02443f004802f20853550a622379fb1305 Mon Sep 17 00:00:00 2001 From: Yury Delendik <ydelendik@mozilla.com> Date: Wed, 10 Oct 2012 22:41:28 -0500 Subject: [PATCH] Moving fullscreen top border few pixels up --- web/viewer.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/viewer.css b/web/viewer.css index 211a0a1a4..c2c02b912 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -44,7 +44,7 @@ select { #viewerContainer:-webkit-full-screen { top: 0px; - border-top: 5px solid transparent; + border-top: 2px solid transparent; background-color: #404040; background-image: url(images/texture.png); width: 100%; @@ -55,7 +55,7 @@ select { #viewerContainer:-moz-full-screen { top: 0px; - border-top: 5px solid transparent; + border-top: 2px solid transparent; background-color: #404040; background-image: url(images/texture.png); width: 100%; @@ -66,7 +66,7 @@ select { #viewerContainer:fullscreen { top: 0px; - border-top: 5px solid transparent; + border-top: 2px solid transparent; background-color: #404040; background-image: url(images/texture.png); width: 100%;