From 7074b5d4eff63c2a05aff73f8f80fedd66438efe Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Wed, 11 Jun 2008 06:06:43 +0000 Subject: [PATCH] Expand padding of content. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52201 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/menu.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/menu.css b/www/menu.css index 0ecc74e4b1..d83a927a8e 100644 --- a/www/menu.css +++ b/www/menu.css @@ -7,7 +7,7 @@ } [id=content] { /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */ - padding-left:16ex; + padding-left:30ex; } /**************/ -- 2.50.1