forked from llvm-mirror/clang
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
3 changed files
with
52 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |