sheet.xsl: improve css
parent
bd182bcb85
commit
8161baa7ae
|
@ -18,12 +18,18 @@
|
|||
<meta name="robots" content="noindex" />
|
||||
|
||||
<style type="text/css">
|
||||
body * {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-wrap: anywhere;
|
||||
word-wrap: anywhere;
|
||||
word-break: break-word;
|
||||
|
||||
font-family: sans-serif;
|
||||
|
||||
-webkit-tap-highlight-color: transparent; /* safari work around */
|
||||
}
|
||||
|
||||
input, select {
|
||||
|
@ -133,6 +139,10 @@
|
|||
padding: 1%;
|
||||
}
|
||||
|
||||
.item > *:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.item > :not(:last-child) {
|
||||
border-bottom: 1px solid silver;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue