Skip to content

Commit 07ebb60

Browse files
committed
add an hr
1 parent d174018 commit 07ebb60

25 files changed

+117
-1
lines changed

book/appendix_csvs.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -419,6 +423,7 @@ <h3 id="_implementing_a_repository_and_unit_of_work_for_csvs">Implementing a Rep
419423
</div>
420424
</div>
421425
<div class="prev_and_next_buttons">
426+
<hr>
422427
<a class="prev_chapter_link" href="/book/appendix_project_structure.html">&lt;&lt; Previous - Appendix B: A Template Project Structure</a>
423428
<a class="next_chapter_link" href="/book/appendix_django.html">Next - Appendix D: Repository and Unit of Work Patterns with Django &gt;&gt;</a>
424429
</div>

book/appendix_django.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -652,6 +656,7 @@ <h3 id="_steps_along_the_way">Steps Along the Way</h3>
652656
</div>
653657
</div>
654658
<div class="prev_and_next_buttons">
659+
<hr>
655660
<a class="prev_chapter_link" href="/book/appendix_csvs.html">&lt;&lt; Previous - Appendix C: Swapping Out the Infrastructure: Do Everything with CSVs</a>
656661
<a class="next_chapter_link" href="/book/appendix_validation.html">Next - Appendix E: Validation &gt;&gt;</a>
657662
</div>

book/appendix_ds1_table.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -227,6 +231,7 @@ <h2 id="appendix_ds1_table">Appendix A: Summary Diagram and Table</h2>
227231
</div>
228232
</div>
229233
<div class="prev_and_next_buttons">
234+
<hr>
230235
<a class="prev_chapter_link" href="/book/epilogue_1_how_to_get_there_from_here.html">&lt;&lt; Previous - Epilogue: Epilogue</a>
231236
<a class="next_chapter_link" href="/book/appendix_project_structure.html">Next - Appendix B: A Template Project Structure &gt;&gt;</a>
232237
</div>

book/appendix_project_structure.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -625,6 +629,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
625629
</div>
626630
</div>
627631
<div class="prev_and_next_buttons">
632+
<hr>
628633
<a class="prev_chapter_link" href="/book/appendix_ds1_table.html">&lt;&lt; Previous - Appendix A: Summary Diagram and Table</a>
629634
<a class="next_chapter_link" href="/book/appendix_csvs.html">Next - Appendix C: Swapping Out the Infrastructure: Do Everything with CSVs &gt;&gt;</a>
630635
</div>

book/appendix_validation.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -728,6 +732,7 @@ <h3 id="_validating_pragmatics">Validating Pragmatics</h3>
728732
</div>
729733
</div>
730734
<div class="prev_and_next_buttons">
735+
<hr>
731736
<a class="prev_chapter_link" href="/book/appendix_django.html">&lt;&lt; Previous - Appendix D: Repository and Unit of Work Patterns with Django</a>
732737
</div>
733738
</div>

book/chapter_01_domain_model.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -1207,6 +1211,7 @@ <h4 id="_exceptions_can_express_domain_concepts_too">Exceptions Can Express Doma
12071211
</div>
12081212
</div>
12091213
<div class="prev_and_next_buttons">
1214+
<hr>
12101215
<a class="prev_chapter_link" href="/book/part1.html">&lt;&lt; Previous - Part 1: Building an Architecture to Support Domain Modeling</a>
12111216
<a class="next_chapter_link" href="/book/chapter_02_repository.html">Next - 2: Repository Pattern &gt;&gt;</a>
12121217
</div>

book/chapter_02_repository.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -1200,6 +1204,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
12001204
</div>
12011205
</div>
12021206
<div class="prev_and_next_buttons">
1207+
<hr>
12031208
<a class="prev_chapter_link" href="/book/chapter_01_domain_model.html">&lt;&lt; Previous - 1: Domain Modeling</a>
12041209
<a class="next_chapter_link" href="/book/chapter_03_abstractions.html">Next - 3: A Brief Interlude: On Coupling and Abstractions &gt;&gt;</a>
12051210
</div>

book/chapter_03_abstractions.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -994,6 +998,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
994998
</div>
995999
</div>
9961000
<div class="prev_and_next_buttons">
1001+
<hr>
9971002
<a class="prev_chapter_link" href="/book/chapter_02_repository.html">&lt;&lt; Previous - 2: Repository Pattern</a>
9981003
<a class="next_chapter_link" href="/book/chapter_04_service_layer.html">Next - 4: Our First Use Case: Flask API and Service Layer &gt;&gt;</a>
9991004
</div>

book/chapter_04_service_layer.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -1148,6 +1152,7 @@ <h4 id="_the_dip_in_action">The DIP in Action</h4>
11481152
</div>
11491153
</div>
11501154
<div class="prev_and_next_buttons">
1155+
<hr>
11511156
<a class="prev_chapter_link" href="/book/chapter_03_abstractions.html">&lt;&lt; Previous - 3: A Brief Interlude: On Coupling and Abstractions</a>
11521157
<a class="next_chapter_link" href="/book/chapter_05_high_gear_low_gear.html">Next - 5: TDD in High Gear and Low Gear &gt;&gt;</a>
11531158
</div>

book/chapter_05_high_gear_low_gear.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -715,6 +719,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
715719
</div>
716720
</div>
717721
<div class="prev_and_next_buttons">
722+
<hr>
718723
<a class="prev_chapter_link" href="/book/chapter_04_service_layer.html">&lt;&lt; Previous - 4: Our First Use Case: Flask API and Service Layer</a>
719724
<a class="next_chapter_link" href="/book/chapter_06_uow.html">Next - 6: Unit of Work Pattern &gt;&gt;</a>
720725
</div>

book/chapter_06_uow.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -980,6 +984,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
980984
</div>
981985
</div>
982986
<div class="prev_and_next_buttons">
987+
<hr>
983988
<a class="prev_chapter_link" href="/book/chapter_05_high_gear_low_gear.html">&lt;&lt; Previous - 5: TDD in High Gear and Low Gear</a>
984989
<a class="next_chapter_link" href="/book/chapter_07_aggregate.html">Next - 7: Aggregates and Consistency Boundaries &gt;&gt;</a>
985990
</div>

book/chapter_07_aggregate.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -1349,6 +1353,7 @@ <h3 id="_part_i_recap">Part I Recap</h3>
13491353
</div>
13501354
</div>
13511355
<div class="prev_and_next_buttons">
1356+
<hr>
13521357
<a class="prev_chapter_link" href="/book/chapter_06_uow.html">&lt;&lt; Previous - 6: Unit of Work Pattern</a>
13531358
<a class="next_chapter_link" href="/book/part2.html">Next - Part 2: Event-Driven Architecture &gt;&gt;</a>
13541359
</div>

book/chapter_08_events_and_message_bus.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -1101,6 +1105,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
11011105
</div>
11021106
</div>
11031107
<div class="prev_and_next_buttons">
1108+
<hr>
11041109
<a class="prev_chapter_link" href="/book/part2.html">&lt;&lt; Previous - Part 2: Event-Driven Architecture</a>
11051110
<a class="next_chapter_link" href="/book/chapter_09_all_messagebus.html">Next - 9: Going to Town on the Message Bus &gt;&gt;</a>
11061111
</div>

book/chapter_09_all_messagebus.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -1225,6 +1229,7 @@ <h4 id="_why_have_we_achieved">Why Have We Achieved?</h4>
12251229
</div>
12261230
</div>
12271231
<div class="prev_and_next_buttons">
1232+
<hr>
12281233
<a class="prev_chapter_link" href="/book/chapter_08_events_and_message_bus.html">&lt;&lt; Previous - 8: Events and the Message Bus</a>
12291234
<a class="next_chapter_link" href="/book/chapter_10_commands.html">Next - 10: Commands and Command Handler &gt;&gt;</a>
12301235
</div>

book/chapter_10_commands.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -790,6 +794,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
790794
</div>
791795
</div>
792796
<div class="prev_and_next_buttons">
797+
<hr>
793798
<a class="prev_chapter_link" href="/book/chapter_09_all_messagebus.html">&lt;&lt; Previous - 9: Going to Town on the Message Bus</a>
794799
<a class="next_chapter_link" href="/book/chapter_11_external_events.html">Next - 11: Event-Driven Architecture: Using Events to Integrate Microservices &gt;&gt;</a>
795800
</div>

book/chapter_11_external_events.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -869,6 +873,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
869873
</div>
870874
</div>
871875
<div class="prev_and_next_buttons">
876+
<hr>
872877
<a class="prev_chapter_link" href="/book/chapter_10_commands.html">&lt;&lt; Previous - 10: Commands and Command Handler</a>
873878
<a class="next_chapter_link" href="/book/chapter_12_cqrs.html">Next - 12: Command-Query Responsibility Segregation (CQRS) &gt;&gt;</a>
874879
</div>

book/chapter_12_cqrs.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -1176,6 +1180,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
11761180
</div>
11771181
</div>
11781182
<div class="prev_and_next_buttons">
1183+
<hr>
11791184
<a class="prev_chapter_link" href="/book/chapter_11_external_events.html">&lt;&lt; Previous - 11: Event-Driven Architecture: Using Events to Integrate Microservices</a>
11801185
<a class="next_chapter_link" href="/book/chapter_13_dependency_injection.html">Next - 13: Dependency Injection (and Bootstrapping) &gt;&gt;</a>
11811186
</div>

book/chapter_13_dependency_injection.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -1369,6 +1373,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
13691373
</div>
13701374
</div>
13711375
<div class="prev_and_next_buttons">
1376+
<hr>
13721377
<a class="prev_chapter_link" href="/book/chapter_12_cqrs.html">&lt;&lt; Previous - 12: Command-Query Responsibility Segregation (CQRS)</a>
13731378
<a class="next_chapter_link" href="/book/epilogue_1_how_to_get_there_from_here.html">Next - Epilogue: Epilogue &gt;&gt;</a>
13741379
</div>

book/epilogue_1_how_to_get_there_from_here.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -1217,6 +1221,7 @@ <h3 id="_wrap_up">Wrap-Up</h3>
12171221
</div>
12181222
</div>
12191223
<div class="prev_and_next_buttons">
1224+
<hr>
12201225
<a class="prev_chapter_link" href="/book/chapter_13_dependency_injection.html">&lt;&lt; Previous - 13: Dependency Injection (and Bootstrapping)</a>
12211226
<a class="next_chapter_link" href="/book/appendix_ds1_table.html">Next - Appendix A: Summary Diagram and Table &gt;&gt;</a>
12221227
</div>

book/introduction.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -463,6 +467,7 @@ <h3 id="_a_place_for_all_our_business_logic_the_domain_model">A Place for All Ou
463467
</div>
464468
</div>
465469
<div class="prev_and_next_buttons">
470+
<hr>
466471
<a class="prev_chapter_link" href="/book/preface.html">&lt;&lt; Previous - Preface</a>
467472
<a class="next_chapter_link" href="/book/part1.html">Next - Part 1: Building an Architecture to Support Domain Modeling &gt;&gt;</a>
468473
</div>

book/part1.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.next_chapter_link {
3939
float: right;
4040
}
41+
42+
#footnotes hr {
43+
width: 100%;
44+
}
4145
/* end customisations by harry */
4246

4347
/* CUSTOMISATIONS */
@@ -217,6 +221,7 @@ <h2 id="part1">Part 1: Building an Architecture to Support Domain Modeling</h2>
217221
</div>
218222
</div>
219223
<div class="prev_and_next_buttons">
224+
<hr>
220225
<a class="prev_chapter_link" href="/book/introduction.html">&lt;&lt; Previous - Introduction</a>
221226
<a class="next_chapter_link" href="/book/chapter_01_domain_model.html">Next - 1: Domain Modeling &gt;&gt;</a>
222227
</div>

0 commit comments

Comments
 (0)