1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/themes
Nam Nguyen b12443f48a
Use a top (instead of bottom) border in hentry.
`hentry` uses `clear: both` with the intention of placing a separator line (1px border) between each entry. However, it is wrongly using `border-bottom` instead of `border-top` to make that separator. CSS `clear` makes space to clear the **preceding** floats. Hence a `border-bottom` won't enjoy that `clear` effect.
2021-01-05 10:40:31 -08:00
..
notmyidea Use a top (instead of bottom) border in hentry. 2021-01-05 10:40:31 -08:00
simple/templates Expose first and last page of pagination (#2618) 2020-04-30 19:05:48 +02:00