Add styling for hr in wikipagefooter

SPR-762
This commit is contained in:
Michael Große 2017-02-23 16:15:48 +01:00
commit 5370d9e9af

View file

@ -20,6 +20,15 @@
}
}
.wikipagefooter {
> hr {
margin-top: 3em;
margin-bottom: 0.5em;
border-top: dashed grey 3px;
border-bottom: none;
}
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */