Add Search to front page, and make it less horrible with CSS.

Could be a lot better still.
This commit is contained in:
Expo on server
2020-05-02 04:13:02 +01:00
parent a726cb512e
commit b150ef698a
2 changed files with 10 additions and 0 deletions

View File

@@ -213,7 +213,14 @@ ul#links li a.editlink {
ul#links li a.editlink:hover {
background-position: 100% -18px;
}
.menu li,
input {
color: #008787;
background: #C8E1E2;
border: 2px solid #99CCCC;
}
/* TABLES */
table.trad, table.centre, table.fancy {
border-collapse: collapse;