sneakily join up articles if there’s more than one being shown

This commit is contained in:
Coby Chapple
2013-07-08 16:45:26 +01:00
parent 65a3195a5d
commit c800e57075

View File

@@ -602,6 +602,13 @@ article h2:first-child {
margin-left: 10px;
}
.news article + article {
margin-top: -30px;
border-radius: 0 0 10px 10px;
border-top: 1px solid #555;
box-shadow: 0 -1px 0 #2f2f2f;
}
/* Code Highlighting */