From: Michael Wallner Date: Sat, 9 Mar 2019 13:15:01 +0000 (+0100) Subject: fix search box X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=commitdiff_plain;h=214c26df8e8a2595320dfc4e858e6dd2c8c5a031 fix search box --- diff --git a/custom.css b/custom.css index c3a5d96..9008ca5 100644 --- a/custom.css +++ b/custom.css @@ -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 {