lib/servel/templates/css/common.css in servel-0.11.0 vs lib/servel/templates/css/common.css in servel-0.12.0

- old
+ new

@@ -1,25 +1,25 @@ -* { - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - box-sizing: border-box; -} - -body { - padding: 0; - font-family: 'Open Sans', Helvetica, Arial, sans-serif; - font-size: 16px; - line-height: 1.4; - - -webkit-user-select: none; - -moz-user-select: none; - -khtml-user-select: none; - -ms-user-select: none; - user-select: none; -} - -a { - text-decoration: none; -} - -a:hover, a:focus, a:active { - text-decoration: underline; +* { + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + box-sizing: border-box; +} + +body { + padding: 0; + font-family: 'Open Sans', Helvetica, Arial, sans-serif; + font-size: 16px; + line-height: 1.4; + + -webkit-user-select: none; + -moz-user-select: none; + -khtml-user-select: none; + -ms-user-select: none; + user-select: none; +} + +a { + text-decoration: none; +} + +a:hover, a:focus, a:active { + text-decoration: underline; } \ No newline at end of file