Update css whitespace

This commit is contained in:
Jaan Janesmae 2020-03-06 15:56:26 +02:00
parent 615b2da489
commit 3ae7565bdc
No known key found for this signature in database
GPG Key ID: 107973F4AE61D099
1 changed files with 7 additions and 17 deletions

View File

@ -12,7 +12,7 @@ body {
}
.sheet {
display: table;
display: table;
margin: 0;
position: relative;
box-sizing: border-box;
@ -25,12 +25,12 @@ body {
/* Put everything in the correct location */
.logo {
display: table-row;
display: table-row;
font-size: 15mm;
}
.main {
display: table-row;
display: table-row;
font-size: 25mm;
width: 100%;
height: 12.5cm;
@ -39,30 +39,19 @@ body {
}
.subline {
display: table-row;
display: table-row;
font-size: 12mm;
text-align: center;
}
.editable {
display: table-cell;
vertical-align: middle;
display: table-cell;
vertical-align: middle;
-webkit-user-modify: read-write;
-moz-user-modify: read-write;
user-modify: read-write;
border: none;
outline: none;
}
/* Fix Browser added stylesheet */
[contenteditable="true"]:active, [contenteditable="true"]:focus {
border: none;
outline: none;
}
[contenteditable="true"]:focus>style {
display: block;
}
/** Screen **/
@ -112,3 +101,4 @@ body {
text-shadow: 0 0 0 #000;
}
}