diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-02 10:46:36 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-02 10:46:36 -0400 |
commit | 1177e84b179b79ebc86a08e1fde49ed6cbd1327d (patch) | |
tree | 63a2c73002b353476c45a4213ef5fcc709b79019 /www/css | |
parent | 828588ccb0e7f203c53b1abad1d70f77d3185a81 (diff) | |
download | html5ks-1177e84b179b79ebc86a08e1fde49ed6cbd1327d.tar.xz html5ks-1177e84b179b79ebc86a08e1fde49ed6cbd1327d.zip |
working
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/index.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/www/css/index.css b/www/css/index.css index 85125be..19651da 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -151,6 +151,9 @@ input[type="checkbox"]:checked + span:before { -moz-animation: blink 2s infinite; animation: blink 2s infinite; } +#nvlctc { + bottom: 25px; +} #nvl { position: absolute; top: 0; @@ -160,6 +163,10 @@ input[type="checkbox"]:checked + span:before { background: url("../dump/ui/bg-nvl.png") no-repeat top left; } #nvlsay { - padding: 25px 35px; + padding: 15px 35px; color: white; } +.nvl-block { + display: block; + margin: 10px 8px; +} |