File tree 4 files changed +8
-3
lines changed 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ <h2>Simple patterns for building complex applications</h2>
46
46
</ p >
47
47
48
48
< h1 id ="buy_the_book "> The Book</ h1 >
49
- < img src ="/images/cover.jpg " alt ="Cover Image for Architecture Patterns with Python Book " class ="float-right " width ="200px " />
49
+ < img src ="/images/cover.jpg " alt ="Cover Image for Architecture Patterns with Python Book " class ="book-cover float-right " width ="200px " />
50
50
51
51
< p >
52
52
There are lots of ways you can read the book. Some of them even involve us,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ <h2>Simple patterns for building complex applications</h2>
21
21
</ p >
22
22
23
23
< h1 id ="buy_the_book "> The Book</ h1 >
24
- < img src ="/images/cover.jpg " alt ="Cover Image for Architecture Patterns with Python Book " class ="float-right " width ="200px " />
24
+ < img src ="/images/cover.jpg " alt ="Cover Image for Architecture Patterns with Python Book " class ="book-cover float-right " width ="200px " />
25
25
26
26
< p >
27
27
There are lots of ways you can read the book. Some of them even involve us,
Original file line number Diff line number Diff line change 7
7
Simple patterns for building complex apps
8
8
</description >
9
9
<link >https://cosmicpython.com</link >
10
- <lastBuildDate >Mon, 16 Mar 2020 16:19:23 -0000</lastBuildDate >
10
+ <lastBuildDate >Mon, 16 Mar 2020 16:38:43 -0000</lastBuildDate >
11
11
<pubDate >Sat, 4 Jan 2020 19:15:54 -0500</pubDate >
12
12
<atom : link href =" https://cosmicpython.com/rss.xml" rel =" self" type =" application/rss+xml" />
13
13
Original file line number Diff line number Diff line change 43
43
text-align : right;
44
44
}
45
45
46
+ .book-cover {
47
+ border : 1px solid black;
48
+ box-shadow : 5px 5px ;
49
+ }
50
+
46
51
/* fix bad milligram bulletpoint lists */
47
52
ul {
48
53
list-style : circle outside;
You can’t perform that action at this time.
0 commit comments