Infobox now uses the same separators as the content

This commit is contained in:
Tobias Reich 2015-01-02 01:42:28 +01:00
parent 19a37ddebf
commit a7ec8c7349

View File

@ -88,9 +88,10 @@
/* Seperator ------------------------------------------------*/
.separator {
float: left;
padding: 8px 0;
padding: 12px 0 8px;
width: 100%;
background: rgba(0, 0, 0, .15);
border-top: 1px solid rgba(255, 255, 255, .02);
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .2);
h1 {
margin: 0 0 0 20px;