Make sure all display styles are prefixed with jsb-

This commit is contained in:
Joshua Bell
2013-08-17 15:28:40 -07:00
parent 85de02659c
commit 51b28d5320
5 changed files with 870 additions and 907 deletions

View File

@@ -7,7 +7,7 @@ function pos(code, sw) {
}
function gen(cc, sc, sw, styles) {
console.log('.'+sw+'col'+styles+' .a2c'+cc+' { background-position: '+ pos(sc,sw)+' }');
console.log('.'+sw+'col'+styles+' .jsb-chr'+cc+' { background-position: '+ pos(sc,sw)+' }');
}
var sw, i;