Aleksander Machniak
2012-06-01 4188c615632637e17c68d3b99f7debc71008d810
Define and use 'mozilla' class for HTML style
1 files modified
2 ■■■■■ changed files
program/js/common.js 2 ●●●●● patch | view | raw | blame | history
program/js/common.js
@@ -114,6 +114,8 @@
      classname += ' chrome';
    else if (this.chrome)
      classname += ' chrome';
    else if (this.mz)
      classname += ' mozilla';
    if (this.iphone)
      classname += ' iphone';