diff options
-rw-r--r-- | skins/Vector.php | 4 |
1 files changed, 3 insertions, 1 deletions
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; } </style> <header id="mgnavt"> |