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/menu.html.incl b/www/menu.html.incl
index 3421143..8103217 100644
--- a/www/menu.html.incl
+++ b/www/menu.html.incl
@@ -1,27 +1,27 @@
-<!--

-Consulted:

-HTML 4.01 specs: http://www.w3.org/TR/html401/

--->

-	<div id="menu">

-		<div id="main_menu">

-			<a href="http://www.llvm.org/">LLVM Home</a><br>

-			<label>Clang Info</label>

-			<a href="index.html">About</a>

-			<a href="features.html">Features</a>

-			<a href="get_involved.html">Get Involved</a>

-			<a href="http://clang.llvm.org/docs/InternalsManual.html">Manual</a>

-		</div>

-		<div id="quick_links">

-			<label>Quick Links</label>

-			<!-- This section is for special links to areas that,

-				organizationally, are deep within another section,

-				but are still important enough to warrant a link.

-				It's for those things that you have to do a lot, but don't

-				want to have to wade through several pages to go there

-				every time. -->

-			<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a>

-			<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits</a>

-			<a href="http://llvm.org/bugs/">Bug Reports</a>

-			<a href="http://llvm.org/svn/llvm-project/cfe/trunk/">Browse Source</a>

-		</div>

-	</div>

+<div id="menu">

+  <div>

+    <a href="http://llvm.org/">LLVM Home</a>

+  </div>

+  

+  <div class="submenu">

+    <label>Clang Info</label>

+    <a href="index.html">About</a>

+    <a href="features.html">Features</a>

+    <a href="get_involved.html">Get Involved</a>

+    <a href="http://clang.llvm.org/docs/InternalsManual.html">Manual</a>

+  </div>

+  

+  <div class="submenu">

+    <label>Quick Links</label>

+    <!-- This section is for special links to areas that,

+            organizationally, are deep within another section,

+            but are still important enough to warrant a link.

+            It's for those things that you have to do a lot, but don't

+            want to have to wade through several pages to go there

+            every time. -->

+    <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a>

+    <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits</a>

+    <a href="http://llvm.org/bugs/">Bug Reports</a>

+    <a href="http://llvm.org/svn/llvm-project/cfe/trunk/">Browse Source</a>

+  </div>

+</div>