On android devices with high density screens (devicePixelRatio of 1.5) the borders of html elements have wrong border width.
The two boxes here: jsbin sample, appear correctly on the desktop
but on the android - both in chrome and the stack browser - they look like this:
now i understand why they look like this, but i cannot find any CSS solution - only js.
the js solution would be to change the width and height of the elements to be odd as well as the top/left properties.