diff options
-rw-r--r-- | website/local.css | 4 | ||||
-rw-r--r-- | website/sidebar.mdwn | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/website/local.css b/website/local.css index a3c2933..76a04c3 100644 --- a/website/local.css +++ b/website/local.css @@ -74,6 +74,10 @@ table.sitenav a { font-size: smaller; } +td#sitenav { + vertical-align: bottom; +} + table.sitenav span.selflink { font-weight: bold; text-decoration: underline; diff --git a/website/sidebar.mdwn b/website/sidebar.mdwn index 33ab8ce..fe21fc5 100644 --- a/website/sidebar.mdwn +++ b/website/sidebar.mdwn @@ -1,7 +1,7 @@ <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> +</td><td id="sitenav"> [[WHY?|why]] [[DOWNLOAD|download]] |