Fix png 404

foundation/home
jonahmania 2018-05-15 18:30:22 -04:00
parent 717e0df2ed
commit 1033631bc5
3 changed files with 0 additions and 4 deletions

View File

@ -354,7 +354,6 @@ div#libtools {
} }
#facet_block div { #facet_block div {
background:url($background-header) 100% -223px no-repeat;
padding: 7px 7px 15px 7px; padding: 7px 7px 15px 7px;
p { p {
padding: 0 10px 0 10px; padding: 0 10px 0 10px;

View File

@ -459,7 +459,6 @@ h3 {
border-right: none; border-right: none;
@include border-radius(50px, 0, 0, 50px); @include border-radius(50px, 0, 0, 50px);
outline: none; outline: none;
// background:url($background-header) -645px -180px;
@include height(28px); @include height(28px);
width:156px; width:156px;
float: left; float: left;
@ -547,7 +546,6 @@ a#readon {
div#content-block { div#content-block {
overflow:hidden; overflow:hidden;
background:url($background-header) 100% -223px no-repeat;
padding:0 0 0 7px; padding:0 0 0 7px;
margin-bottom: 20px; margin-bottom: 20px;

View File

@ -13,7 +13,6 @@ $alert: #e35351;
$orange: #e18551; $orange: #e18551;
$yellow: #efd45e; $yellow: #efd45e;
$image-base: "/static/images/"; $image-base: "/static/images/";
$background-header: "${image-base}bg.png";
$background-body: #fefefe; $background-body: #fefefe;
$background-booklist: "${image-base}booklist/bg.png"; $background-booklist: "${image-base}booklist/bg.png";
$font-size-default: 13px; $font-size-default: 13px;