From 5640a5aab374aae0e094f50de897a1e0b6fe1dc8 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 10 Sep 2013 13:42:49 -0300 Subject: theme: avoid horizontal scroll in review screen Change-Id: I2b3d40a457ce0f8fad92875f69e2ffc9c830abe7 --- etc/GerritSite.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/etc/GerritSite.css b/etc/GerritSite.css index e0cee65..98eb549 100644 --- a/etc/GerritSite.css +++ b/etc/GerritSite.css @@ -21,10 +21,7 @@ a, a:link, a:visited, a:hover { #gerrit_topmenu { background: none; - position:relative; - top: 0px; - left: 400px; - margin-right: 400px; + margin-left: 200px; } #gerrit_topmenu tbody tr td table { -- cgit v1.2.3