Browse Source

Infobox now uses the same separators as the content

Tobias Reich 10 years ago
parent
commit
a7ec8c7349
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/styles/_infobox.scss

+ 3 - 2
src/styles/_infobox.scss

@@ -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;