vladris / tinkerer

Python blogging engine
https://vladris.com/tinkerer
Other
305 stars 81 forks source link

CSS: Ending postmeta div too close to code blocks (hightlight-* div) #70

Closed shichao-an closed 10 years ago

shichao-an commented 10 years ago

If the ending element of a post is a highlighted code block, i.e. <div class="highlight-shell-session">, the postmeta div will be too close to it with no margin. The below is the screenshot. You may also take a look at source page: http://blog.shichao-an.info/blog/html/2014/10/01/setup_virtualenvwrapper_with_pyenv_using_pyenv_virtualenvwrapper.html

screenshot 2014-10-01 18 27 03

If adding top margin to postmeta div, the title area which is included in postmeta div, will be affected.

vladris commented 10 years ago

Thanks for letting me know, I'll take a look.

shichao-an commented 10 years ago

Thank you for response. I need to correct a little. It seems inside the post page is fine. The problem is when browsing page in the index page, http://blog.shichao-an.info/blog/html/index.html.

vladris commented 10 years ago

css

vladris commented 10 years ago

Wrong fix. Need to look at it some more.