diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/local.css | 5 | ||||
-rw-r--r-- | website/sidebar.mdwn | 12 |
2 files changed, 11 insertions, 6 deletions
diff --git a/website/local.css b/website/local.css index 29939b8..388531b 100644 --- a/website/local.css +++ b/website/local.css @@ -99,3 +99,8 @@ div.actions { padding: 0; } +/* align main paragraphs to the right side of the monkey's finger */ +body > p { + margin-left: 18px; + margin-right: 5em; +} diff --git a/website/sidebar.mdwn b/website/sidebar.mdwn index bc5dc69..b266489 100644 --- a/website/sidebar.mdwn +++ b/website/sidebar.mdwn @@ -3,11 +3,11 @@ <a class="logo" href="/"><img class="logo" src="/logo.png" alt="monkeysphere" width="343" height="85" /></a> </td><td> -[[Why?|why]] -[[Download|download]] -[[Documentation|doc]] -[[News|news]] -[[Community|community]] -[[Bugs|bugs]] +[[why?|why]] +[[download]] +[[documentation|doc]] +[[news]] +[[community]] +[[bugs]] </td></tr></tbody></table> |