From 412e4f1db1ae136282a5a27e543d5cfc5286d3ec Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 3 Jul 2012 21:45:27 +0000 Subject: right doc margin --- skins/Vector.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/skins/Vector.php b/skins/Vector.php index f7955a7..9cadfba 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -470,7 +470,9 @@ class VectorTemplate extends QuickTemplate { top: 80px; right: 10px; } - #content { width: 90%; } + #content { + margin-right: 1em; + } #right-navigation { margin-right: 100px; }
-- cgit v1.2.1