Android defaults, no img border, changed font order

This commit is contained in:
Thomas Gelf 2014-03-04 10:39:29 +00:00
parent c2213e7b71
commit 9aef488ff8
1 changed files with 14 additions and 1 deletions

View File

@ -4,10 +4,23 @@
font-size: 100%;
}
body {
/* Android fixed bullshit */
-webkit-user-select:none;
-webkit-touch-callout:none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
overflow-y: visible !important;
/* end of bullshit */
}
html, body {
height: 100%;
}
img {
border: none;
}
/*
TODO: -xy-text-resize-dings
*/
@ -24,7 +37,7 @@ table {
}
body {
font-family: Ubuntu, Trebuchet MS, Calibri, Helvetica, sans-serif;
font-family: Ubuntu, Calibri, Trebuchet MS, Helvetica, sans-serif;
color: black;
background-color: white;
}