Added missing vendor prefixes

This commit is contained in:
Łukasz Kliś 2015-06-30 13:41:17 +02:00
parent dd9d027709
commit c4f631b28d
1 changed files with 2 additions and 0 deletions

View File

@ -1441,6 +1441,8 @@ 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;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}