This commit is contained in:
Lucas Hinderberger 2020-10-03 00:16:17 +02:00
parent d2bc1a8c6d
commit 915bad8125

View file

@ -50,7 +50,7 @@ article p { hyphens: auto; max-width: 100%; }
article table { border-collapse: collapse; }
article td, th { padding: 15px; }
article th { background: #ddd; }
article tr:nth-of-type(2) { background: #eee; }
article tr:nth-of-type(even) { background: #eee; }
article hr { width: 80%; border: 1px solid #eee; }
.contribution-invitation hr { margin-top: 70px; margin-bottom: 30px; }