diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-04-19 23:08:00 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-04-19 23:08:00 +0200 |
commit | 3fac0c48105cbc0e7f226e590802aaa7b80b46ba (patch) | |
tree | 4f7597b8709798f578dcd90f79b52356c7a3b76e /theme/static/css | |
parent | b902fc5ecbcde989ec138c46e9a18cc25aa2cd65 (diff) |
Updated theme for prevent overlapping comments
Diffstat (limited to 'theme/static/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; |