Skip to content

Commit 6ff88f6

Browse files
committed
fix list styles
1 parent 1aaee6a commit 6ff88f6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

_site/rss.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Simple patterns for building complex apps
88
</description>
99
<link>https://cosmicpython.com</link>
10-
<lastBuildDate>Mon, 16 Mar 2020 14:54:40 -0000</lastBuildDate>
10+
<lastBuildDate>Mon, 16 Mar 2020 15:17:06 -0000</lastBuildDate>
1111
<pubDate>Sat, 4 Jan 2020 19:15:54 -0500</pubDate>
1212
<atom:link href="https://cosmicpython.com/rss.xml" rel="self" type="application/rss+xml" />
1313

_site/styles.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,12 @@
4343
text-align: right;
4444
}
4545

46+
/* fix bad milligram bulletpoint lists */
47+
ul {
48+
list-style: circle outside;
49+
padding-left: 1em;
50+
}
51+
52+
li > p {
53+
display: inline;
54+
}

0 commit comments

Comments
 (0)