fix search box
authorMichael Wallner <root@s201809.m6w6.name>
Sat, 9 Mar 2019 13:15:01 +0000 (14:15 +0100)
committerMichael Wallner <root@s201809.m6w6.name>
Sat, 9 Mar 2019 13:15:01 +0000 (14:15 +0100)
custom.css

index c3a5d96cdc71569204f029ab221a485eb8068bf7..9008ca560bc2ce0a11db1109a2bee2305a5f2c92 100644 (file)
@@ -6,7 +6,13 @@
 .markdown-body ul, .markdown-body ol {
        list-style: initial;
 }
-
+.projsearch {
+       text-align: right;
+       max-width: 50%;
+}
+.projsearch input[type=text] {
+       max-width: 50%;
+}
 /* the following is from github.com */
 
 .readme.contributing>div {