Android defaults, no img border, changed font order
This commit is contained in:
parent
c2213e7b71
commit
9aef488ff8
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue