Added box-sizing for a read next story link

This commit is contained in:
Łukasz Kliś 2015-06-22 14:08:03 +02:00
父節點 1a3dd91f81
當前提交 dd9d027709
共有 1 個文件被更改,包括 1 次插入0 次删除

查看文件

@ -1441,6 +1441,7 @@ body:not(.post-template) .post-title {
/* if there are two posts without covers, put a border between them */
.read-next-story.no-cover + .read-next-story.no-cover {
border-left: rgba(0,0,100,0.04) 1px solid;
box-sizing: border-box;
}
/* Correctly position site-footer when next to the .read-next container */