MobileChromeApps / mobile-chrome-apps

Chrome apps on Android and iOS
BSD 3-Clause "New" or "Revised" License
2.5k stars 347 forks source link

Provide a default reset stylesheet #8

Open dj2 opened 11 years ago

dj2 commented 11 years ago

Currently, if you create a new project, there can be large differences between how an element looks in iOS and in Chrome. A default stylesheet should be provided which resets all of the various elements and provides styling for consistency between the three platforms.

mmocny commented 10 years ago

We do bundle a default css stylesheet to emulate the chrome packaged app styles. Likely we are not getting those completely right, though.

Leaving this open to remember to investigate.