Verified Commit e878cc2d authored by Jakob Moser's avatar Jakob Moser
Browse files

Move ul, ol margin to main styles

For simple typographical documents, this is not needed
parent b08e7118
Loading
Loading
Loading
Loading
+10 −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
 * Author URI: https://personads.me/
 *
 * Version: 2.5.4
 * Version: 2.5.5
 * Requires PHP: 8.0
 *
 * License: GNU General Public License v3.0
@@ -809,6 +809,15 @@ blockquote::after {
    vertical-align: middle;
}

/* ==== Text markup elements ==== */
/* Most of those are found in typography.css */

/* -- Lists -- */
ul,
ol {
    margin-left: 1.5em;
}

/* -- Form elements -- */
input, select, button, textarea, .signature-pad, .digital_signature-pad {
    margin: 0.25em;
+0 −5
Original line number Diff line number Diff line
@@ -129,11 +129,6 @@ th {
}

/* -- Lists -- */
ul,
ol {
    margin-left: 1.5em;
}

ul li {
    list-style: square;
}