I have a CSS file associated with a project where all element sizes and offsets (eg images and fonts) are defined using px values. These px values are based on the target platform having a fixed screen resolution of 960x540.
I'd like to scale all these values up for a different platform that uses a resolution of 1280x720 and I'm looking for a tool that will enable me to do this. The platforms involved don't have much CPU power and they don't all support the same degree of CSS3 functionality so I would prefer to avoid trying to do this at run time within the app.
I haven't found anything with Google so does anyone know of an online tool that will do the job?