simplify the menu css, make it a bit more attractive.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44735 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/index.html b/www/index.html
index 5203cb1..d4634a9 100644
--- a/www/index.html
+++ b/www/index.html
@@ -30,7 +30,9 @@
"driver" that makes all the other libraries work together.</li>
</ol>
- <p>The developers of Clang include contributers from Apple and numerous other volunteers.
+ <p>The developers of Clang include contributers from Apple and numerous
+ other volunteers.</p>
+
<h2>Why?</h2>
<p>The development of a new front-end was started out of a need -- a need for a compiler that allows better diagnostics, better integration with IDEs, a license that is compatible with commercial products, and a compiler that is easier to develop and maintain. All of these were motivations for starting work on a new C/C++/ObjC front-end that could meet these needs.
<p>An excellent introduction to Clang can be found in the following video lectures: