diff --git a/gutenberg/new_nav.css b/gutenberg/new_nav.css
index bb44360..7f8b529 100644
--- a/gutenberg/new_nav.css
+++ b/gutenberg/new_nav.css
@@ -46,7 +46,7 @@ nav {
text-decoration: none;
background: #60a3bc;
padding: 0.4em;
- border-radius: 40px;
+ border-radius: 2em;
display: inline-block;
border: none;
}
diff --git a/site/help/new_website.md b/site/help/new_website.md
index c035ba3..7dbca9d 100644
--- a/site/help/new_website.md
+++ b/site/help/new_website.md
@@ -26,7 +26,6 @@ Let us know if you are still having trouble with these:
- Kindle: Issues resolved
- Bookshelf detailed listings: Issues resolved
-
### Functionality issues
1. Redirected pages go from https to http inappropriately. For example, https://www.gutenberg.org/catalog redirects properly but changes to http://www.gutenberg.org/ebooks .. this seems to happen with some search pages, also. Status: Investigating. This looks like an issue with redirect syntax or server config.
@@ -47,7 +46,7 @@ Let us know if you are still having trouble with these:
2. Bookshelf sorting by author. For example, https://www.gutenberg.org/ebooks/bookshelf/16?sort_order=title&start_index=26 can sort alphabetically by title, but not by author. The sort field is already part of the request (sort_order=title), so sorting by other fields seem viable. Status: Working on it.
3. Long lists should have "Last" as well as First and Next. For example, http://www.gutenberg.org/ebooks/bookshelf/68. Status: Should be possible for bounded lists such as bookshelves, but an attempt to implement this for all lists resulted in severely degraded website performance.
4. The "new books" pane at https://www.gutenberg.org has a pop-up tooltip that mentions the title. Status: Working on it.
-5. Fielded search and ordering. If results were presented in a table where any field could be included, such as Author, Title, Language, LC code, subject, bookshelf, release date, most recent update... THEN people could select a column and have results sorted by that column. Status: This is of interest, and non-trivial to implement.
+5. Fielded search and ordering. If results were presented in a table where any field could be included, such as Author, Title, Language, LC code, subject, bookshelf, release date, most recent update... THEN people could select a column and have results sorted by that column. Status: This is of interest, and non-trivial to implement.
### Items that will not be fixed
1. Wiki "user" pages. These have not been maintained, and are no longer part of the site. Archived pages are likely available at the Wayback machine, https://wayback.archive.org -- first enter the URL (such as https://www.gutenberg.org or a more specific link), then select the date of the archive snapshot to view the removed page.
@@ -120,4 +119,4 @@ If you encounter something that doesn't work for you, or could be better, please
It is especially important that we can understand what you are experiencing, and what could be improved. To help with this, please provide a description of how you accessed the website, and the problems encountered. If you know of external testing sites, or standards, or software that we should look into, please let us know.
-*Most recently updated: September 18, 2020*
+*Most recently updated: October 8, 2020*