projects
/
m6w6
/
gitweb-theme
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
4ba887b
)
fix search box
author
Michael Wallner
<root@s201809.m6w6.name>
Sat, 9 Mar 2019 13:15:01 +0000
(14:15 +0100)
committer
Michael Wallner
<root@s201809.m6w6.name>
Sat, 9 Mar 2019 13:15:01 +0000
(14:15 +0100)
custom.css
patch
|
blob
|
history
diff --git
a/custom.css
b/custom.css
index c3a5d96cdc71569204f029ab221a485eb8068bf7..9008ca560bc2ce0a11db1109a2bee2305a5f2c92 100644
(file)
--- 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 {