summaryrefslogtreecommitdiffstats
path: root/www/menu.html.incl
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-09 08:38:01 +0000
committerChris Lattner <sabre@nondot.org>2007-12-09 08:38:01 +0000
commit1c0572605ac46558c6e61f8fcd6b813ac6b6e6a8 (patch)
tree07bb2b9c3624902b1da2b7275cd38a9fdd9dfbb5 /www/menu.html.incl
parent29754e6c11521862e50d442ab68edaf73ee1a277 (diff)
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
Diffstat (limited to 'www/menu.html.incl')
-rw-r--r--www/menu.html.incl54
1 files changed, 27 insertions, 27 deletions
diff --git a/www/menu.html.incl b/www/menu.html.incl
index 3421143346..8103217558 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>