diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-03 20:11:40 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-03 20:11:40 -0400 |
commit | 0e14fea8ebc1730d6937bcc46354188a0a14f87c (patch) | |
tree | d0554411cd49438b0fab77cbf29a1b2a6de27186 /www/css | |
parent | 77524b907b0737d97094f8530ff29578ae396414 (diff) | |
download | html5ks-0e14fea8ebc1730d6937bcc46354188a0a14f87c.tar.xz html5ks-0e14fea8ebc1730d6937bcc46354188a0a14f87c.zip |
implement menu... sorta (doesn't work properly)
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/index.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/css/index.css b/www/css/index.css index 4a1dbf5..baa349e 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -171,7 +171,7 @@ input[type="checkbox"]:checked + span:before { display: block; margin: 10px 8px; } -#centered { +.centered { width: 100%; text-align: center; position: absolute; @@ -180,3 +180,7 @@ input[type="checkbox"]:checked + span:before { height: 0; margin: auto; } +.choice { + background: url("../dump/ui/bg-choice.png") no-repeat top center; + height: 35px; +} |