diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-08-30 13:12:02 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-08-30 13:12:02 +0000 |
commit | a49705e5b8c2426ed01e145172c0f2b6cd171ad5 (patch) | |
tree | 1180f1c2ae159c7b391524f0a23d32476bc8aa5f | |
parent | 191f2f7cdbd4133649d01975cf0d4c7010f65652 (diff) | |
download | bcm5719-llvm-a49705e5b8c2426ed01e145172c0f2b6cd171ad5.tar.gz bcm5719-llvm-a49705e5b8c2426ed01e145172c0f2b6cd171ad5.zip |
WWW: Force word wrapping of the content to avoid horizontal scrolling.
This isn't perfect but avoids overlap of the menu and the content.
llvm-svn: 162903
-rw-r--r-- | clang/www/menu.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/www/menu.css b/clang/www/menu.css index 4a887b1907a..bece0ad3dcd 100644 --- a/clang/www/menu.css +++ b/clang/www/menu.css @@ -8,9 +8,9 @@ } [id=content] { /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */ - position:absolute; - left:29ex; + margin-left:29ex; padding-right:4ex; + word-wrap: break-word; } /**************/ |