diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-24 22:44:09 -0700 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-24 22:44:09 -0700 |
commit | e6a8dd60af37ec2a32d8587c47ba54101a56ad87 (patch) | |
tree | f2a666a76b604388582368cc8be69bbfd9f456f5 /tpl | |
parent | 1cbd70639c5f97f6030d0df6624ca200dba86945 (diff) | |
parent | 6a7d7790247fdf7fdb2992638de700f6ba7da366 (diff) | |
download | wallabag-e6a8dd60af37ec2a32d8587c47ba54101a56ad87.tar.gz wallabag-e6a8dd60af37ec2a32d8587c47ba54101a56ad87.tar.zst wallabag-e6a8dd60af37ec2a32d8587c47ba54101a56ad87.zip |
Merge pull request #169 from NumEricR/entries-height
Entries height with short description
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/css/style.css | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css index 85df6e95..1ae3a601 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css | |||
@@ -103,6 +103,10 @@ a, a:hover, a:visited { | |||
103 | list-style-type: none; | 103 | list-style-type: none; |
104 | } | 104 | } |
105 | 105 | ||
106 | #main .entrie .tools + p { | ||
107 | min-height: 5.5em; | ||
108 | } | ||
109 | |||
106 | /* | 110 | /* |
107 | #main .entrie .tools li { | 111 | #main .entrie .tools li { |
108 | display: inline; | 112 | display: inline; |
@@ -150,6 +154,11 @@ a, a:hover, a:visited { | |||
150 | #article { | 154 | #article { |
151 | margin: 0 auto; | 155 | margin: 0 auto; |
152 | } | 156 | } |
157 | |||
158 | #article header, #article article { | ||
159 | border-bottom: 1px solid #222; | ||
160 | } | ||
161 | |||
153 | #article header { | 162 | #article header { |
154 | text-align: left; | 163 | text-align: left; |
155 | } | 164 | } |
@@ -180,14 +189,6 @@ a, a:hover, a:visited { | |||
180 | } | 189 | } |
181 | 190 | ||
182 | 191 | ||
183 | /*** ***/ | ||
184 | /*** ARTICLE PAGE ***/ | ||
185 | |||
186 | #article header, #article article { | ||
187 | border-bottom: 1px solid #222; | ||
188 | } | ||
189 | |||
190 | |||
191 | /* Pagination */ | 192 | /* Pagination */ |
192 | .pagination { | 193 | .pagination { |
193 | clear: both; | 194 | clear: both; |