summaryrefslogtreecommitdiff
path: root/web.xhtml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-30 19:01:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-30 19:01:39 +0200
commitcacc05431f8b243e8cd94aba3910d8e5680dfe6d (patch)
tree1fc034a2d3d02d9e8984e6337451da1bc5d2418a /web.xhtml
parent66f2b7c6775e06487116425f120ce6bce5d2af81 (diff)
Fix menu bar alignment issues
Diffstat (limited to 'web.xhtml')
-rw-r--r--web.xhtml10
1 files changed, 6 insertions, 4 deletions
diff --git a/web.xhtml b/web.xhtml
index a701d59..12f4dff 100644
--- a/web.xhtml
+++ b/web.xhtml
@@ -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>