liquid_feedback_frontend

changeset 1146:ce9daada32dd

Removed unnecessary image from style
author bsw
date Sun Mar 22 17:32:05 2015 +0100 (2015-03-22)
parents 904f6807f7fa
children 24787d0d9317
files static/back50.png static/lf3.css static/lf3.less
line diff
     1.1 Binary file static/back50.png has changed
     2.1 --- a/static/lf3.css	Sat Mar 21 15:26:39 2015 +0100
     2.2 +++ b/static/lf3.css	Sun Mar 22 17:32:05 2015 +0100
     2.3 @@ -141,7 +141,7 @@
     2.4    background-attachment: fixed;
     2.5  }
     2.6  .page {
     2.7 -  background-image: url("back50.png");
     2.8 +  background-color: #255078;
     2.9    max-width: 1240px;
    2.10    border-radius: 0 0 2px 2px;
    2.11    margin: 0 auto;
     3.1 --- a/static/lf3.less	Sat Mar 21 15:26:39 2015 +0100
     3.2 +++ b/static/lf3.less	Sun Mar 22 17:32:05 2015 +0100
     3.3 @@ -169,7 +169,7 @@
     3.4  }
     3.5  
     3.6  .page {
     3.7 -  background-image: url( "back50.png" );
     3.8 +  background-color: #255078;
     3.9    max-width: 1240px;
    3.10    border-radius: 0 0 @border-radius @border-radius;
    3.11    margin: 0 auto;

Impressum / About Us