projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23fed33
)
remove padding on search form
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 8 Feb 2020 19:10:52 +0000
(19:10 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 8 Feb 2020 19:10:52 +0000
(19:10 +0000)
local.css
patch
|
blob
|
history
diff --git
a/local.css
b/local.css
index e35e9a3fb61f7297d94a738c8e38c3b06eb9b486..82ddcc8410a547bcfc9b75b7d7ba84ced9b5a2d3 100644
(file)
--- a/
local.css
+++ b/
local.css
@@
-119,6
+119,13
@@
form{
margin-top: 1.2em;
padding-bottom: 2em;
}
+form#searchform{
+ font-size: .9em;
+ font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
+ margin-left: 0em;
+ margin-top: 0em;
+ padding-bottom: 0em;
+}
textarea{
font-family: monospace;
font-size: .9em;