comparison default/static/blog.css @ 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 69a2e3bf5e17
children 581e2cd4bcc2
comparison
equal deleted inserted replaced
32:16818343fc43 33:be1aebaccac0
1 /**** articles ****/ 1 /**** articles ****/
2 2
3 article.box { 3 article.box {
4 position: relative; 4 position: relative;
5 margin: 2% auto; 5 margin: 2% auto;
6 border-style: solid None None; 6 border-style: solid none none;
7 border-width: 1px; 7 border-width: 1px;
8 padding: 2%; 8 padding: 2%;
9 max-height: 7em; 9 max-height: 7em;
10 overflow: hidden; 10 overflow: hidden;
11 transition: max-height 2s; 11 transition: max-height 2s;
130 opacity: 1; 130 opacity: 1;
131 } 131 }
132 132
133 .comments article { 133 .comments article {
134 background-color: #9ca0a8; 134 background-color: #9ca0a8;
135 border: None; 135 border: none;
136 max-height: none;
136 } 137 }
137 138
138 .comment_post { 139 .comment_post {
139 text-align: center; 140 text-align: center;
140 } 141 }