changeset 33:be1aebaccac0

static/blog.css: removed max-height for comments
author Goffi <goffi@goffi.org>
date Sat, 01 Jul 2017 00:21:56 +0200
parents 16818343fc43
children 5fd910d48192
files default/static/blog.css
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 {