Infobox now uses the same separators as the content
This commit is contained in:
parent
19a37ddebf
commit
a7ec8c7349
@ -88,9 +88,10 @@
|
|||||||
/* Seperator ------------------------------------------------*/
|
/* Seperator ------------------------------------------------*/
|
||||||
.separator {
|
.separator {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 8px 0;
|
padding: 12px 0 8px;
|
||||||
width: 100%;
|
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 {
|
h1 {
|
||||||
margin: 0 0 0 20px;
|
margin: 0 0 0 20px;
|
||||||
|
Loading…
Reference in New Issue
Block a user