Skip to content

Commit 51021d3

Browse files
committed
tweak right float on opposite of chaos
1 parent 863d019 commit 51021d3

4 files changed

Lines changed: 3 additions & 7 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h2>Simple patterns for building complex applications</h2>
3838
</div>
3939
</div>
4040
<p>
41-
<em class="align-right">
41+
<em class="float-right">
4242
(Because "Cosmos" is the
4343
<a href="https://www.goodreads.com/quotes/604655-cosmos-is-a-greek-word-for-the-order-of-the">opposite of Chaos</a>,
4444
you see)

pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h2>Simple patterns for building complex applications</h2>
1313
</div>
1414
</div>
1515
<p>
16-
<em class="align-right">
16+
<em class="float-right">
1717
(Because "Cosmos" is the
1818
<a href="https://www.goodreads.com/quotes/604655-cosmos-is-a-greek-word-for-the-order-of-the">opposite of Chaos</a>,
1919
you see)

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 17:58:04 -0000</lastBuildDate>
10+
<lastBuildDate>Mon, 16 Mar 2020 23:20:46 -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

styles.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@
3939
}
4040
}
4141

42-
.align-right {
43-
text-align: right;
44-
}
45-
4642
.book-cover {
4743
border: 1px solid black;
4844
box-shadow: 5px 5px;

0 commit comments

Comments
 (0)