Tweaking HTML some more

* Add some margin space around the prev/next links
* Increase prev/next link font size
* Add prev/next text without link when we're on the first/last page
* Add useful placeholder text to the "board" search

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2023-08-13 18:23:22 -07:00
parent 4439e14b6b
commit 08e180dd65
2 changed files with 32 additions and 15 deletions

View File

@@ -37,6 +37,11 @@ header {
width: 100%;
}
.pagecount {
margin: 5px 0px;
font-size: large;
}
table {
border-top: 1px solid black;
border-left: 1px solid black;