diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-23 17:25:54 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-23 17:25:54 -0400 |
commit | 8e883a46948e25787ecb01c0fceeee0d2e252521 (patch) | |
tree | f3790a93a548ee3ab1555b63b289d64cc2d033cd /www/css | |
parent | 5366753037dfbbc242fe974cf2f2b8ba4499ac2b (diff) | |
download | html5ks-8e883a46948e25787ecb01c0fceeee0d2e252521.tar.xz html5ks-8e883a46948e25787ecb01c0fceeee0d2e252521.zip |
working, fixing bugs...
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 f664438..7b671c2 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -194,4 +194,5 @@ html.no-js #gotit { .choice { background: url("../dump/ui/bg-choice.png") no-repeat top center; height: 35px; + line-height: 30px; } |