clayh53 / tufte-jekyll

Minimal Jekyll blog styled to resemble the look and layout of Edward Tufte's books
MIT License
627 stars 207 forks source link

Underline links in header and tittles. #21

Closed gperaza closed 8 years ago

gperaza commented 8 years ago

Hi, I was testing the underline option for the links, and using it make links in the header and post tittles on the front page to be also underlined. I don't know if this is intentional but I think it should only change the links in the text body if possible. Thanks.

clayh53 commented 8 years ago

Yep, you are right. I will fix that with p > a specifier in the CSS On Nov 28, 2015, at 1:56 PM, gperaza notifications@github.com wrote:

Hi, I was testing the underline option for the links, and using it make links in the header and post tittles on the front page to be also underlined. I don't know if this is intentional but I think it should only change the links in the text body if possible. Thanks.

— Reply to this email directly or view it on GitHub.

clayh53 commented 8 years ago

It's fixed now. Good catch. Thanks!