diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 19:01:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 19:01:39 +0200 |
commit | cacc05431f8b243e8cd94aba3910d8e5680dfe6d (patch) | |
tree | 1fc034a2d3d02d9e8984e6337451da1bc5d2418a /web.xhtml | |
parent | 66f2b7c6775e06487116425f120ce6bce5d2af81 (diff) |
Fix menu bar alignment issues
Diffstat (limited to 'web.xhtml')
-rw-r--r-- | web.xhtml | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -17,10 +17,12 @@ <div id="header"> <div id="header-logo"><code>b2</code></div> <div id="header-menu"> - <a href="/">Documentation</a> - <a href="/">Download</a> - <a href="/">Mailing Lists</a> - <a href="/">C++ Packages</a> + <div id="header-menu-body"> + <a href="/">Documentation</a> + <a href="/">Download</a> + <a href="/">Mailing Lists</a> + <a href="/">C++ Packages</a> + </div> </div> </div> </div> |