sneakily join up articles if there’s more than one being shown
This commit is contained in:
parent
65a3195a5d
commit
c800e57075
|
@ -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 */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue