Move some resource files to res/

This commit is contained in:
Joshua Bell
2016-02-05 20:42:40 -08:00
parent 266f60893e
commit b4d4eeaa26
8 changed files with 5 additions and 5 deletions

View File

@@ -14,10 +14,10 @@
.jsb-tty .jsb-chr-cursor { position: relative; display: inline-block; }
/* 40 Column Text */
.jsb-40col .jsb-chr { background-image: url(font-40col.png); width: 14px; }
.jsb-40col .jsb-chr { background-image: url('res/font-40col.png'); width: 14px; }
/* 80 Column Text */
.jsb-80col .jsb-chr { background-image: url(font-80col.png); width: 7px; }
.jsb-80col .jsb-chr { background-image: url('res/font-80col.png'); width: 7px; }
/* Lo-Res Graphics */