We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aaee6a commit 6ff88f6Copy full SHA for 6ff88f6
_site/rss.xml
@@ -7,7 +7,7 @@
7
Simple patterns for building complex apps
8
</description>
9
<link>https://cosmicpython.com</link>
10
- <lastBuildDate>Mon, 16 Mar 2020 14:54:40 -0000</lastBuildDate>
+ <lastBuildDate>Mon, 16 Mar 2020 15:17:06 -0000</lastBuildDate>
11
<pubDate>Sat, 4 Jan 2020 19:15:54 -0500</pubDate>
12
<atom:link href="https://cosmicpython.com/rss.xml" rel="self" type="application/rss+xml" />
13
_site/styles.css
@@ -43,3 +43,12 @@
43
text-align: right;
44
}
45
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