diff options
author | Werner Lemberg <wl@gnu.org> | 2012-12-18 21:02:42 +0100 |
---|---|---|
committer | Werner Lemberg <wl@gnu.org> | 2012-12-18 21:02:42 +0100 |
commit | c0572d70eefc2f2711e931e7720b440ef4fd426d (patch) | |
tree | 47dcd7e3d189efe210f3fb54c1f2c22fab40f645 /contact.html | |
parent | de1df81e3a9d40a4f31338a962ac830fa6ad6c23 (diff) |
Don't use diversions for primary and secondary TOC entries.
It's easier to control the layout with a single <ul>...</ul> block.
Diffstat (limited to 'contact.html')
-rw-r--r-- | contact.html | 100 |
1 files changed, 49 insertions, 51 deletions
diff --git a/contact.html b/contact.html index 471e060..7539f7b 100644 --- a/contact.html +++ b/contact.html @@ -215,57 +215,55 @@ <!-- ************************************************** --> <div id="TOC"> - <div class="primary"> - <ul> - <li id="funding"> - <a href="http://pledgie.com/campaigns/18808"> - <img alt="Click here to lend your support to the FreeType project and make a donation at pledgie.com!" - src="http://pledgie.com/campaigns/18808.png?skin_name=chrome" - border="0" - align="middle"> - </a><br> - <a href="http://flattr.com/thing/882217/The-FreeType-Project" - target="_blank"> - <img class="with-border" - src="http://api.flattr.com/button/flattr-badge-large.png" - alt="Flattr this" - title="Flattr this" - border="0" - align="middle"> - </a> - </li> - <li> - <a href="index.html">Home</a> - </li> - <li> - <a href="index.html#news">News</a> - </li> - <li> - <a href="freetype2/index.html">Overview</a> - </li> - <li> - <a href="freetype2/documentation.html">Documentation</a> - </li> - <li> - <a href="developer.html">Development</a> - </li> - <li> - <a href="contact.html" - class="emphasis">Contact</a> - </li> - </ul> - </div> - - <div class="secondary"> - <ul> - <li> - <a href="#mailing-lists">Mailing Lists</a> - </li> - <li> - <a href="#authors-developers">Authors & Developers</a> - </li> - </ul> - </div> + <ul> + <li id="primary"> + <a href="http://pledgie.com/campaigns/18808"> + <img alt="Click here to lend your support to the FreeType project and make a donation at pledgie.com!" + src="http://pledgie.com/campaigns/18808.png?skin_name=chrome" + border="0" + align="middle"> + </a><br> + <a href="http://flattr.com/thing/882217/The-FreeType-Project" + target="_blank"> + <img class="with-border" + src="http://api.flattr.com/button/flattr-badge-large.png" + alt="Flattr this" + title="Flattr this" + border="0" + align="middle"> + </a> + </li> + <li id="primary"> + <a href="index.html">Home</a> + </li> + <li id="primary"> + <a href="index.html#news">News</a> + </li> + <li id="primary"> + <a href="freetype2/index.html">Overview</a> + </li> + <li id="primary"> + <a href="freetype2/documentation.html">Documentation</a> + </li> + <li id="primary"> + <a href="developer.html">Development</a> + </li> + <li id="primary"> + <a href="contact.html" + class="emphasis">Contact</a> + </li> + + <li> + <!-- separate primary from secondary entries --> + </li> + + <li id="secondary"> + <a href="#mailing-lists">Mailing Lists</a> + </li> + <li id="secondary"> + <a href="#authors-developers">Authors & Developers</a> + </li> + </ul> </div> </div> <!-- id="wrapper" --> |