diff --git a/signs.css b/signs.css index e852118..9c92a1b 100644 --- a/signs.css +++ b/signs.css @@ -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; } } +