diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-09-02 09:41:42 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-09-02 09:41:42 -0400 |
commit | fafc904d0e8b5a76577f16700c123af684176fdc (patch) | |
tree | de9db5e5cbbfb4836e90671f4cbe8dff22b93447 /www/css | |
parent | 865c122aa1d991860486370c65319c5f9264559f (diff) | |
download | html5ks-fafc904d0e8b5a76577f16700c123af684176fdc.tar.xz html5ks-fafc904d0e8b5a76577f16700c123af684176fdc.zip |
Don't overwrite files when encoding.
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/css/index.css b/www/css/index.css index 6d1264c..fba9bf3 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -156,6 +156,7 @@ html.no-js #gotit { } #nvlctc { bottom: 25px; + transform: rotate(90deg); } #centered { text-align: center; |