summaryrefslogtreecommitdiff
path: root/www/css/index.css
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-07-03 20:11:40 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-07-03 20:11:40 -0400
commit0e14fea8ebc1730d6937bcc46354188a0a14f87c (patch)
treed0554411cd49438b0fab77cbf29a1b2a6de27186 /www/css/index.css
parent77524b907b0737d97094f8530ff29578ae396414 (diff)
downloadhtml5ks-0e14fea8ebc1730d6937bcc46354188a0a14f87c.tar.xz
html5ks-0e14fea8ebc1730d6937bcc46354188a0a14f87c.zip
implement menu... sorta (doesn't work properly)
Diffstat (limited to 'www/css/index.css')
-rw-r--r--www/css/index.css6
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;
+}