diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-06-11 06:15:58 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-06-11 06:15:58 +0000 |
commit | 753eac86a4a2d242118b45db7b88ddea9e79944c (patch) | |
tree | 14d8a00d1adbb8d104fe250acf6513426693f5bb /www/menu.css | |
parent | 995a2b78ea1080d869690ae139bcddd2a70e16d8 (diff) |
Fix menu/content overlap.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52207 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/menu.css')
-rw-r--r-- | www/menu.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/menu.css b/www/menu.css index 9caf2e597a..d8c195b739 100644 --- a/www/menu.css +++ b/www/menu.css @@ -4,7 +4,6 @@ [id=menu] {
position:fixed;
- padding-left:5ex;
}
[id=content] {
/* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
|