remove unused code.
This commit is contained in:
parent
b43ca9a94e
commit
763bca162a
4 changed files with 1 additions and 15 deletions
|
@ -62,7 +62,6 @@ logs_path = data/logs/
|
|||
|
||||
[system]
|
||||
;timezone = Europe/Vienna
|
||||
system_name = blog
|
||||
version = 1.3
|
||||
version = 1.31
|
||||
debug = false
|
||||
logs = false
|
||||
|
|
|
@ -103,7 +103,6 @@ if(!empty($scripts)){
|
|||
</div>
|
||||
<div class="modal-footer">
|
||||
<div class="buttons">
|
||||
<!--<div class="left"><a>Register</a> - <a>Forgot Password</a></div>-->
|
||||
<a class="button gray close"><?php echo __("Cancel"); ?></a>
|
||||
<button type="button" class="button blue do_login"><?php echo __("Login"); ?></button>
|
||||
</div>
|
||||
|
|
|
@ -126,7 +126,6 @@ body {
|
|||
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
|
||||
cursor: pointer;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.b_post {
|
||||
|
@ -587,11 +586,6 @@ body {
|
|||
margin: 8px;
|
||||
}
|
||||
|
||||
.modal-footer .buttons .left {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.modal-footer:before,
|
||||
.modal-footer:after {
|
||||
content: " ";
|
||||
|
|
|
@ -192,7 +192,6 @@ body {
|
|||
background: -webkit-linear-gradient(top, transparent 0%,var(--primary-background) 75%,var(--primary-background) 100%);
|
||||
background: linear-gradient(to bottom, transparent 0%,var(--primary-background) 75%,var(--primary-background) 100%);
|
||||
cursor: pointer;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.b_post {
|
||||
|
@ -714,11 +713,6 @@ body {
|
|||
margin-right: 0;
|
||||
}
|
||||
|
||||
.modal-footer .buttons .left {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.modal-footer:before,
|
||||
.modal-footer:after {
|
||||
content: " ";
|
||||
|
|
Loading…
Add table
Reference in a new issue