Fix png 404
parent
717e0df2ed
commit
1033631bc5
|
@ -354,7 +354,6 @@ div#libtools {
|
|||
}
|
||||
|
||||
#facet_block div {
|
||||
background:url($background-header) 100% -223px no-repeat;
|
||||
padding: 7px 7px 15px 7px;
|
||||
p {
|
||||
padding: 0 10px 0 10px;
|
||||
|
|
|
@ -459,7 +459,6 @@ h3 {
|
|||
border-right: none;
|
||||
@include border-radius(50px, 0, 0, 50px);
|
||||
outline: none;
|
||||
// background:url($background-header) -645px -180px;
|
||||
@include height(28px);
|
||||
width:156px;
|
||||
float: left;
|
||||
|
@ -547,7 +546,6 @@ a#readon {
|
|||
|
||||
div#content-block {
|
||||
overflow:hidden;
|
||||
background:url($background-header) 100% -223px no-repeat;
|
||||
padding:0 0 0 7px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@ $alert: #e35351;
|
|||
$orange: #e18551;
|
||||
$yellow: #efd45e;
|
||||
$image-base: "/static/images/";
|
||||
$background-header: "${image-base}bg.png";
|
||||
$background-body: #fefefe;
|
||||
$background-booklist: "${image-base}booklist/bg.png";
|
||||
$font-size-default: 13px;
|
||||
|
|
Loading…
Reference in New Issue