diff --git a/docs/_sass/_style.scss b/docs/_sass/_style.scss index 24694e83..b97a8cbc 100644 --- a/docs/_sass/_style.scss +++ b/docs/_sass/_style.scss @@ -679,7 +679,8 @@ article h2:first-child { margin-top: 0; } .news article + article { margin-top: -6px; - padding: 15px 40px; + padding-top: 15px; + padding-bottom: 15px; border-top: 1px solid #555; border-radius: 0; @include box-shadow(0 -1px 0 #2f2f2f); @@ -687,24 +688,6 @@ article h2:first-child { margin-top: 0; } h2.post-title { margin-bottom: 0.45em; } - .post-category { - margin-right: 20px; - padding-left: 0; - width: 150px; - box-sizing: border-box; - .label { - float: right; - } - } - .cell-left, .cell-right { - display: inline-block; - } - .cell-left { - max-width: 180px; - } - .cell-right { - width: calc(100% - 130px); - } .post-date { margin-left: 0 } }