Just a short public service announcement concerning everyone who writes CSS in ownCloud:<div><br></div><div>Please only use px as values, no em anymore.</div><div><br></div><div>px are absolute and let us control everything much easier, while em are relative to the font-size and are bound to make you very angry sooner or later. You don’t need to change every em value to px right now, but when you write new code or touch old one, please use px.</div>

<div><br></div><div>Thanks! (There are of course more things about the CSS which need to be addressed, but going forward this is most important.)</div>