diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-11 18:42:27 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-11 18:43:21 -0400 |
commit | 9ef324d2d2e40f919de9b7d7e1852affa97e0e91 (patch) | |
tree | d1ad86610afae719a9831e46bae5dcdcab437fcb /www/css | |
parent | 099c1c466fe02f55f7a4a2ad7bb985f457f8da1a (diff) | |
download | html5ks-9ef324d2d2e40f919de9b7d7e1852affa97e0e91.tar.xz html5ks-9ef324d2d2e40f919de9b7d7e1852affa97e0e91.zip |
do more work
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/index.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/css/index.css b/www/css/index.css index d05e2f4..03f765d 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -174,3 +174,6 @@ input[type="checkbox"]:checked + span:before { background: url("../dump/ui/bg-choice.png") no-repeat top center; height: 35px; } +#show img { + position: absolute; +} |