Skip to content

Commit 9007061

Browse files
committed
change list style from disc to none
1 parent 1ed3a63 commit 9007061

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

style.css

+5
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ This theme, like WordPress, is licensed under the GPL.
128128
padding: 1.25em 2.375em;
129129
}
130130

131+
/* Override list style rendering for content ul */
132+
.content ul {
133+
list-style: none;
134+
}
135+
131136
/* CSS for same-height columns in a column group. This class has to be added to each column seperately. */
132137
.column-same-height {
133138
align-self: stretch !important;

0 commit comments

Comments
 (0)