summaryrefslogtreecommitdiff
path: root/www/css/index.css
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-07-02 10:46:36 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-07-02 10:46:36 -0400
commit1177e84b179b79ebc86a08e1fde49ed6cbd1327d (patch)
tree63a2c73002b353476c45a4213ef5fcc709b79019 /www/css/index.css
parent828588ccb0e7f203c53b1abad1d70f77d3185a81 (diff)
downloadhtml5ks-1177e84b179b79ebc86a08e1fde49ed6cbd1327d.tar.xz
html5ks-1177e84b179b79ebc86a08e1fde49ed6cbd1327d.zip
working
Diffstat (limited to 'www/css/index.css')
-rw-r--r--www/css/index.css9
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;
+}