diff --git a/www/contribute/wanted-ebooks.php b/www/contribute/wanted-ebooks.php
index 43876211..eecfa868 100644
--- a/www/contribute/wanted-ebooks.php
+++ b/www/contribute/wanted-ebooks.php
@@ -134,9 +134,29 @@ require_once('Core.php');
+
+ The Three Hostages by John Buchan
+
+
+ O Pioneers! by Willa Cather
+
Moderate-difficulty productions
+ -
+
Catronia by Robert Louis Stevenson
+
+ -
+
Prince Otto by Robert Louis Stevenson
+
+ -
+
The Black Arrow by Robert Louis Stevenson
+
+ -
+
The Master of Ballantrae by Robert Louis Stevenson
+ -
+
The Song of the Lark by Willa Cather
+
-
She by H. Rider Haggard
diff --git a/www/css/core.css b/www/css/core.css
index 36dfb39f..0c874174 100644
--- a/www/css/core.css
+++ b/www/css/core.css
@@ -119,7 +119,7 @@ html{
-webkit-hyphens: auto;
hyphens: auto;
font-size: 22px;
- line-height: 1.5;
+ line-height: 1.3;
/* fallback for ie */
background: #e9e7e0;
background: var(--body-bg);
@@ -987,11 +987,16 @@ footer ul li{
text-transform: lowercase;
}
-footer ul li + li:before{
+footer ul li::after{
content: '\2022';
margin: 0 10px;
}
+footer ul li:last-child::after{
+ content: '';
+ display: none;
+}
+
footer p{
font-size: .6rem;
}
@@ -1233,6 +1238,7 @@ p.no-results{
.us-pd-warning{
font-style: italic;
margin-top: 1rem;
+ margin-bottom: 1rem;
}
input[type="search"]{
@@ -1388,6 +1394,16 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
margin: auto;
margin-bottom: 1rem;
}
+
+ footer ul li{
+ display: inline;
+ }
+
+ footer ul li:nth-child(3)::after{
+ content: "\A"; /* This is a line break */
+ white-space: pre;
+ margin: 0;
+ }
}
@media(max-width: 680px){
@@ -1521,6 +1537,12 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
article.ebook #history li time{
text-align: left;
}
+
+ footer ul li:nth-child(5)::after{
+ content: "\A"; /* This is a line break */
+ white-space: pre;
+ margin: 0;
+ }
}
@media(max-width: 380px){
@@ -1553,6 +1575,19 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
h1,h2,h3,h4,h5,h6,code,.ebook h1 + p{
hyphens: auto;
}
+
+ body > footer{
+ padding-top: 0;
+ }
+
+ footer ul li{
+ display: block;
+ margin: 1rem 0;
+ }
+
+ footer ul li::after{
+ display: none;
+ }
}
@supports not(hyphens: auto){