diff options
Diffstat (limited to 'theme/static/css/main.css')
-rwxr-xr-x | theme/static/css/main.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 4a76d07..2460f45 100755 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -177,9 +177,10 @@ div#page { section#content { float: left; - width: 700px; + width: 690px; line-height: 170%; text-align: justify; + margin: 10px; } section#content a img { max-width: 98%; @@ -200,9 +201,6 @@ div#page { border: 0px ; } - section#content { - margin: 10px; - } article.post h2.post_title { margin: 20px 0 0 0; padding: 0; |