X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=website%2Flocal.css;h=ca9fe55c2f22004d09d17a72667a84c2f0f3188e;hb=eec16a4d6cb9202bbac4f4ca46c15ee130f4ab7f;hp=29939b89cac8e3e0d5762e0be6d46c23ff3ab2a9;hpb=55ea6c63bed596b086bdb3d06e64af5f97dbb55a;p=monkeysphere.git diff --git a/website/local.css b/website/local.css index 29939b8..ca9fe55 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 */ +div#content > p { + margin-left: 18px; + margin-right: 5em; +}