summaryrefslogtreecommitdiffstats
path: root/www/menu.css
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-06-11 06:08:58 +0000
committerTed Kremenek <kremenek@apple.com>2008-06-11 06:08:58 +0000
commit0b0706f2f18ba0471ca0aab4014ff229d1208d03 (patch)
treedc0ce145f8a94f82b6f8f1c8503e6fe7914a9e7c /www/menu.css
parent9dcd9be85cdd3476bfc301ff5b06e1a27f1450ee (diff)
Add some padding to the right of "content" to balance out.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52204 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/menu.css')
-rw-r--r--www/menu.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/menu.css b/www/menu.css
index 4019e4aab8..af5dc5d969 100644
--- a/www/menu.css
+++ b/www/menu.css
@@ -8,6 +8,7 @@
[id=content] {
/* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
padding-left:40ex;
+ padding-right:5ex;
}
/**************/