Commit d193f3fb authored by Jakob Moser's avatar Jakob Moser
Browse files

Merge branch 'master' into 'improve-form-look-and-feel'

# Conflicts:
#   style.css
parents 765b2ed6 11ce21ae
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -887,6 +887,14 @@ figcaption {
    margin-bottom: 0 !important;
}

details {
    margin-bottom: 1em;
}

details summary {
    cursor: pointer;
}

/* -- Tables -- */
table,
th,