all repos — honk @ 1f6ccdb2fdf8c122629409d5f53d9fdb03193041

my fork of honk

fix some errors in css
Ted Unangst tedu@tedunangst.com
Fri, 27 Sep 2019 21:54:04 -0400
commit

1f6ccdb2fdf8c122629409d5f53d9fdb03193041

parent

b9afae040f1d3ad22836ac7e31c1332dd045ac38

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M views/style.cssviews/style.css

@@ -32,7 +32,7 @@ form, input, textarea {

font-family: monospace, "Noto Color Emoji"; } p { - margin-top 1em; + margin-top: 1em; margin-bottom: 1em; } input {

@@ -78,7 +78,7 @@ margin-bottom: 1em;

padding: 0em 1em 0em 1em; } .info div { - margin-top 1em; + margin-top: 1em; margin-bottom: 1em; } label, button, form input[type=submit], select {

@@ -210,7 +210,7 @@ img:not(.emu) {

background: $bg-page; } img, video { - max-width: 100% + max-width: 100%; } img.emu { width: 2em;