VK auth fix

This commit is contained in:
Gregory Eremin
2011-09-15 13:38:24 +04:00
parent 16a52c9346
commit afdd9885bf
5 changed files with 36 additions and 23 deletions
+4
View File
@@ -1,3 +1,7 @@
#main {
margin-top: 60px;
}
#authorized {
display: none;
}
+3
View File
@@ -47,5 +47,8 @@
float: right;
margin: 10px 5px 0 0;
}
&.now {
background-color: #DEF;
}
}
}