projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
The <input /> tag is always empty, so having a separate closing
[invirt/packages/invirt-web.git]
/
code
/
static
/
style.css
diff --git
a/code/static/style.css
b/code/static/style.css
index
49fe8e2
..
a764e17
100644
(file)
--- a/
code/static/style.css
+++ b/
code/static/style.css
@@
-104,3
+104,7
@@
tr.stripedrow {
#machinelist td, #machinelist th {
padding: 0.1em 0.5em;
}
+
+form {
+ display: inline;
+}