This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The Traceback | |
Traceback (most recent call last): | |
File /home/jorjun/BC/packages/ZAuth/src/bc.py, line 534, in run_module('/home/jorjun/BC/packages/ZAuth/src', 'normal', <cl_cgi_io.CgiInterface object at 0x7f07141488d0>) | |
interface_module.run(auth) | |
File /home/jorjun/BC/packages/ZAuth/src/cl_client_process.py, line 37, in run(<cl_cgi_io.CgiInterface object at 0x7f07141488d0>, <cl_auth_htpasswd.auth_htpasswd instance at 0x7f0712491c68>) | |
cl_request.run_module(self) | |
File /home/jorjun/BC/src/cl_request.py, line 2931, in run_module(<cl_cgi_io.CgiInterface object at 0x7f07141488d0>) | |
request.handle_rq(mod) | |
File /home/jorjun/BC/src/cl_request.py, line 1620, in handle_rq(<cl_request.Request instance at 0x14b4f80>, <cl_cgi_io.CgiInterface object at 0x7f07141488d0>) | |
response = self.handle_it() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.icon { | |
display:block; | |
background-image:url("SPRITE_SHEET.png"); | |
background-repeat:no-repeat; | |
} | |
{% for sprite in spritesAndAliases %} | |
.sprt_{{ sprite.nameWithoutExtension }} { | |
background-position: -{{ sprite.textureRectX }}px -{{ sprite.textureRectY }}px; | |
height: {{ sprite.textureRectHeight }}px; |