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