remove ©
This commit is contained in:
parent
9b7bbd3a0f
commit
fcdc8b211f
|
|
@ -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
|
||||
******************/
|
||||
|
|
@ -25,10 +25,6 @@
|
|||
<input placeholder="Password" type="password" maxlength="20" />
|
||||
<a href="#"></a>
|
||||
<span></span>
|
||||
|
||||
<small>
|
||||
© Tjatse
|
||||
</small>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="/js/jquery-1.11.1.min.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue