diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-02-22 21:14:04 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-02-22 21:14:04 +0100 |
| commit | 6867d340623bce2e17f9aa9c24861d7033f82181 (patch) | |
| tree | 7aeab1fa735936ab8f6b80a71a431a0523aa5305 /static/css/project.css | |
| parent | update css (diff) | |
| download | lumberjaph-6867d340623bce2e17f9aa9c24861d7033f82181.tar.gz | |
apply suggestions from morgan
Diffstat (limited to '')
| -rw-r--r-- | static/css/project.css | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
