diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-08 11:03:41 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-08 11:03:41 +0200 |
commit | 884e38569bd1a62e23769470094b934a791f3958 (patch) | |
tree | bfeba1b25017fe292f947335a7c72b295d5daf9e /css/style.css | |
parent | 770955e11d036f4a8af6f734825955c25b83a47c (diff) | |
download | wallabag-884e38569bd1a62e23769470094b934a791f3958.tar.gz wallabag-884e38569bd1a62e23769470094b934a791f3958.tar.zst wallabag-884e38569bd1a62e23769470094b934a791f3958.zip |
le div d'un lien poché s'adapte en hauteur si le titre est trop long
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index 604b3728..fa12eaf0 100644 --- a/css/style.css +++ b/css/style.css | |||
@@ -64,7 +64,7 @@ header { | |||
64 | position:relative; | 64 | position:relative; |
65 | background-color: #ffffff; | 65 | background-color: #ffffff; |
66 | padding: 15px; | 66 | padding: 15px; |
67 | height: 6em; | 67 | min-height: 6em; |
68 | -webkit-border-radius: 2px; | 68 | -webkit-border-radius: 2px; |
69 | border-radius: 2px; | 69 | border-radius: 2px; |
70 | -webkit-box-shadow: 0px 0px 2px -1px #000; | 70 | -webkit-box-shadow: 0px 0px 2px -1px #000; |