diff options
author | Tobias Grosser <tobias@grosser.es> | 2015-01-07 21:21:55 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2015-01-07 21:21:55 +0000 |
commit | 10169910836706b9f3a31d79469a7ccede5be79f (patch) | |
tree | 42c46d59842c4720450ca91e1ef952a724e150a7 | |
parent | f7273badbacf05f586628c637c36133328536ff7 (diff) | |
download | bcm5719-llvm-10169910836706b9f3a31d79469a7ccede5be79f.tar.gz bcm5719-llvm-10169910836706b9f3a31d79469a7ccede5be79f.zip |
www: Make sure the main content pane does not overlap with the menu
llvm-svn: 225391
-rw-r--r-- | polly/www/content.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/www/content.css b/polly/www/content.css index b7e8f2e37d8..549b2a99ece 100644 --- a/polly/www/content.css +++ b/polly/www/content.css @@ -8,11 +8,11 @@ html, body { #box { margin-left: auto; margin-right: auto; - max-width: 70em; + max-width: 67em; } [id=content] { /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */ - margin-left: 18em; + margin-left: 21em; padding-left: 3em; } |