Commit 11ce21ae authored by Jakob Moser's avatar Jakob Moser
Browse files

Merge branch 'improve-details' into 'master'

Improve formatting of <details> tag

See merge request !32
parents 8ed3e5cf 31b5a48e
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version und Design); Jakob Moser (Code-Rewrite)
 * Author URI: https://personads.me/
 *
 * Version: 1.13
 * Version: 1.14
 *
 * License: GNU General Public License v3.0
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -887,6 +887,14 @@ figcaption {
    margin-bottom: 0 !important;
}

details {
    margin-bottom: 1em;
}

details summary {
    cursor: pointer;
}

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