diff options
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; +} |