From 6867d340623bce2e17f9aa9c24861d7033f82181 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Tue, 22 Feb 2011 21:14:04 +0100 Subject: apply suggestions from morgan --- static/css/project.css | 3 ++- static/css/screen.css | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'static/css') diff --git a/static/css/project.css b/static/css/project.css index e298977..39514b9 100644 --- a/static/css/project.css +++ b/static/css/project.css @@ -6,6 +6,7 @@ body { line-height: 1.4em; font-family: 'Droid Sans',Verdana, sans-serif; text-align: center; + font-size: 13px; } #container { background: #ffffff; @@ -14,7 +15,7 @@ body { padding: 1em; font-size: 110%; text-align: justify; - width: 50em; + width: 55em; margin: 3em auto 2em auto; line-height: 1.5em; -webkit-box-shadow: 10px 10px 10px #262526; -moz-box-shadow: 10px 10px 10px #262526; box-shadow: 10px 10px 10px #262526; diff --git a/static/css/screen.css b/static/css/screen.css index 293c2b7..481ae5e 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -7,6 +7,7 @@ body { line-height: 1.4em; font-family: 'Droid Sans',Verdana, sans-serif; text-align: center; + font-size: 13px; } ul { @@ -76,7 +77,7 @@ ul.posts span { padding: 1em; font-size: 110%; text-align: justify; - width: 50em; + width: 55em; margin: 3em auto 2em auto; line-height: 1.5em; -webkit-box-shadow: 10px 10px 10px #262526; -moz-box-shadow: 10px 10px 10px #262526; box-shadow: 10px 10px 10px #262526; @@ -241,6 +242,6 @@ ul.posts span { .floatright { float: right; - margin-left: 10px; - -webkit-box-shadow: 0px 0px 10px #262526; -moz-box-shadow: 0px 0px 10px #262526; box-shadow: 0px 0px 10px #262526; + margin-left: 30px; + -webkit-box-shadow: 5px 5px 10px #262526; -moz-box-shadow: 5px 5px 10px #262526; box-shadow: 5px 5px 10px #262526; } -- cgit v1.2.3