From 39da58384fc3f011de026b593b7b8e849a840250 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Wed, 15 Apr 2015 09:17:19 -0300 Subject: [PATCH] mudando imagem do bloco de trilhas --- images/bg-bloco-de-trilhas.jpg | Bin 0 -> 51102 bytes style.css | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 images/bg-bloco-de-trilhas.jpg diff --git a/images/bg-bloco-de-trilhas.jpg b/images/bg-bloco-de-trilhas.jpg new file mode 100644 index 0000000..b2a9be7 Binary files /dev/null and b/images/bg-bloco-de-trilhas.jpg differ diff --git a/style.css b/style.css index fc98c9a..475f2c2 100644 --- a/style.css +++ b/style.css @@ -2224,7 +2224,7 @@ input.button.with-text { .action-home-index .community-track-plugin_track-card-list-block .block-inner-2, .action-environment_design-index .community-track-plugin_track-card-list-block .block-inner-2 { - background: url("images/bg-bloco-de-trilhas.png") no-repeat scroll center top transparent; + background: url("images/bg-bloco-de-trilhas.jpg") no-repeat scroll center top transparent; padding: 8px 14px; } @@ -3153,7 +3153,7 @@ body.action-embed-index { /******** BLOCK => TRACK CARD LIST *********/ .action-embed-index .community-track-plugin_track-card-list-block .block-inner-2 { - background: url("images/bg-bloco-de-trilhas.png") no-repeat scroll center top transparent; + background: url("images/bg-bloco-de-trilhas.jpg") no-repeat scroll center top transparent; } .action-embed-index .community-track-plugin_track-card-list-block .track_list { -- libgit2 0.21.2