diff options
author | Micah Anderson <micah@riseup.net> | 2009-01-31 16:39:40 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-01-31 16:39:40 -0500 |
commit | a693e9be61d02196e2583e9096cb049982a26668 (patch) | |
tree | 48a558a3d112106005f88314a184c57336ef4bb7 /website/sidebar.mdwn | |
parent | b024a2d3cacfe2fdb410daa830e04b2d9dfbcf4e (diff) | |
parent | 3ebaf05d01b7d4639980608feefeef7287000634 (diff) |
Merge commit 'jrollins/master'
Conflicts:
website/sidebar.mdwn
Diffstat (limited to 'website/sidebar.mdwn')
-rw-r--r-- | website/sidebar.mdwn | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/website/sidebar.mdwn b/website/sidebar.mdwn index 381dff7..4783d2a 100644 --- a/website/sidebar.mdwn +++ b/website/sidebar.mdwn @@ -1,12 +1,19 @@ <table class="sitenav" cellpadding="0" cellspacing="0"> -<tbody><tr><td> -<a class="logo" href="/"><img class="logo" src="/logo.png" alt="monkeysphere" width="343" height="85" /></a> -</td><td id="sitenav"> - +<colgroup span="1" width="120" /> +<tr> +<td rowspan="2"><a href="/"><img class="logo" src="/logo.simple.png" alt="monkeysphere" /></a></td> +<td><a href="/"><img class="title" src="/logo.title.png" alt="monkeysphere" /></a></td> +</tr><tr> +<td> [[WHY?|why]] [[DOWNLOAD|download]] [[DOCUMENTATION|doc]] [[NEWS|news]] [[COMMUNITY|community]] -[[BUGS|bugs]] -</td></tr></tbody></table> +<a href="https://labs.riseup.net/code/wiki/monkeysphere">WIKI</a> +<a href="https://labs.riseup.net/code/projects/monkeysphere/issues">BUGS</a> +[[VISION|vision]] +</td> +</tr> +</table> + |