# HG changeset patch # User Goffi # Date 1498861316 -7200 # Node ID be1aebaccac06e1b80c2d6d6b9008384df1fb21d # Parent 16818343fc4319a8ee459183dc2e732f9a8a0065 static/blog.css: removed max-height for comments diff -r 16818343fc43 -r be1aebaccac0 default/static/blog.css --- a/default/static/blog.css Sat Jun 24 21:50:24 2017 +0200 +++ b/default/static/blog.css Sat Jul 01 00:21:56 2017 +0200 @@ -3,7 +3,7 @@ article.box { position: relative; margin: 2% auto; - border-style: solid None None; + border-style: solid none none; border-width: 1px; padding: 2%; max-height: 7em; @@ -132,7 +132,8 @@ .comments article { background-color: #9ca0a8; - border: None; + border: none; + max-height: none; } .comment_post {