diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-09-02 09:11:57 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-09-02 09:11:57 -0400 |
commit | 865c122aa1d991860486370c65319c5f9264559f (patch) | |
tree | b09fba860c17f49622c7246f717ff4787053ae89 /www | |
parent | 782d1dc690b11dab6dcce8bc9f45c355379c9045 (diff) | |
download | html5ks-865c122aa1d991860486370c65319c5f9264559f.tar.xz html5ks-865c122aa1d991860486370c65319c5f9264559f.zip |
Use CSS3 transform instead of ctc_rotated.png
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 540900c..0372fca 100644 --- a/www/index.html +++ b/www/index.html @@ -52,7 +52,7 @@ </div> <div id="nvl" style="display: none;"> <div id="nvlsay" class="say"></div> - <img id="nvlctc" src="dump/ui/ctc_rotated.png"> + <img id="nvlctc" src="dump/ui/ctc.png"> </div> <div id="choices" class="centered"></div> <div id="centered" class="centered say"></div> |