Mercurial > libervia-templates
comparison default/static/blog.css @ 101:920f03abba53
css (blog): min-height re-adjustment
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 21 Jan 2018 21:08:06 +0100 |
parents | 61bf2ae16577 |
children | b12de12e2e5b |
comparison
equal
deleted
inserted
replaced
100:61bf2ae16577 | 101:920f03abba53 |
---|---|
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 min-height: 7em; | 9 min-height: 8em; |
10 max-height: 10em; | 10 max-height: 10em; |
11 overflow: hidden; | 11 overflow: hidden; |
12 transition: max-height 0.5s; | 12 transition: max-height 0.5s; |
13 } | 13 } |
14 | 14 |