<title>Ben's Bookshelf</title>
<link rel="stylesheet" href="/styles/main.css" />
<style>
- ol {
- font-weight: bold;
+ .timeline {
list-style-position: inside;
+ list-style-type: none;
+ counter-reset: year 2023;
}
- ul {
- font-weight: normal;
- padding-bottom: 2rem;
+ .timeline > li::before {
+ content: counter(year);
+ counter-increment: year -1;
+ display: block;
+ font-weight: bold;
+ font-size: 1.2em;
+ padding-bottom: 1rem;
}
- ul::before {
- content: '';
+ .timeline ul {
+ padding-bottom: 2rem;
}
</style>
</head>
</header>
<hr />
<main>
- <ol reversed start="2022">
+ <ol class="timeline">
<li>
<ul>
+ <li>Hrafenkel's Saga - Hermann Pálsson - 4/5</li>
<li>Fundamentals of the Faith - Peter Kreeft - 4/5</li>
<li>The Saga of Hervor and Heidrek - Jackson Crawford - 4/5</li>
<li>The Poetic Edda - Jackson Crawford - 4/5</li>
- <li>The Great Polar Fraud - Anthony Galvin - 4/5</li>
+ <li>The Great Polar Fraud - Anthony Galvin - 5/5</li>
<li>The Saga of the Volsungs - Jackson Crawford - 4/5</li>
<li>The Boys in the Boat - Daniel James Brown - 4/5</li>
<li>The Ghost Map - Steven Johnson - 3/5</li>
<ul>
<li>Sea of Darkness - Roland Huntford - 4/5</li>
<li>Gunnar's Daughter - Sigrid Undset - 4/5</li>
- <li>Two Planks and a Passion - Roland Huntford - 4/5</li>
- <li>Kristin Lavransdatter: The Cross - Sigrid Undset - 4/5</li>
+ <li>Two Planks and a Passion - Roland Huntford - 5/5</li>
+ <li>Kristin Lavransdatter: The Cross - Sigrid Undset - 5/5</li>
<li>
Kristin Lavransdatter: The Mistress of Husaby - Sigrid Undset -
- 4/5
+ 5/5
</li>
<li>
- Kristin Lavransdatter: The Bridal Wreath - Sigrid Undset - 4/5
+ Kristin Lavransdatter: The Bridal Wreath - Sigrid Undset - 5/5
</li>
<li>Children of Dune - Frank Herbert - 3/5</li>
<li>Dune Messiah - Frank Herbert - 3/5</li>
- <li>Dune - Frank Herbert - 4/5</li>
- <li>Nansen - Roland Huntford - 4/5</li>
+ <li>Dune - Frank Herbert - 5/5</li>
+ <li>Nansen - Roland Huntford - 5/5</li>
<li>Into Thin Air - Jon Krakauer - 4/5</li>
- <li>Shackleton - Roland Huntford - 5/5</li>
+ <li>Shackleton - Roland Huntford - 6/5</li>
<li>Njal's Saga - 4/5</li>
- <li>The Last Place on Earth - Roland Huntford - 5/5</li>
+ <li>The Last Place on Earth - Roland Huntford - 6/5</li>
<li>Christus Vincit - Athanasius Schneider - 4/5</li>
</ul>
</li>