diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-05 09:24:36 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-05 09:24:36 -0400 |
commit | a06fe8d31d992b6d57fd12fa615718580a6b62c4 (patch) | |
tree | 22915ea68b1ca70f0b898857aa08df3eee8fd350 /website | |
parent | 203c14cf8f3e8f1e3862301d435c64456813e3ac (diff) |
more website visual adjustments, as suggested by Dan Scott
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> |