summaryrefslogtreecommitdiff
path: root/templates/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.css')
-rw-r--r--templates/main.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/templates/main.css b/templates/main.css
index 5b586281728..537ec84dcd6 100644
--- a/templates/main.css
+++ b/templates/main.css
@@ -1,4 +1,4 @@
-/* $NetBSD: main.css,v 1.12 2021/04/13 15:04:03 nia Exp $ */
+/* $NetBSD: main.css,v 1.13 2021/04/21 10:17:16 nia Exp $ */
body {
font-family: sans-serif;
@@ -76,6 +76,23 @@ hr {
border-bottom: 1px solid #aaa;
}
+.search-box label {
+ display: none;
+}
+
+.search-box input {
+ color: #000;
+ background-color: #fff;
+ border: 1px solid #ccc;
+ border-radius: 2px;
+ padding: 3px;
+}
+
+.search-box input[type="Submit"] {
+ padding-left: 1em;
+ padding-right: 1em;
+}
+
nav {
margin-bottom: 1em;
}