remove ©

This commit is contained in:
Tjatse 2015-01-02 21:19:17 +08:00
parent 9b7bbd3a0f
commit fcdc8b211f
2 changed files with 2 additions and 13 deletions

View File

@ -105,8 +105,9 @@ html, body {
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.auth-form div .G:after,
.auth-form div .U:after{
.auth-form div .U:after {
width: 4px;
height: 4px;
border-radius: 2px;
@ -255,14 +256,6 @@ html, body {
background-color: #489825;
}
.auth-form > small {
bottom: 0;
color: #888;
width: 100px;
text-align: center;
margin-left: -50px;
}
/*****************
END OF LOGIN
******************/

View File

@ -25,10 +25,6 @@
<input placeholder="Password" type="password" maxlength="20" />
<a href="#"></a>
<span></span>
<small>
&copy; Tjatse
</small>
</div>
<script type="text/javascript" src="/js/jquery-1.11.1.min.js"></script>