From 64c2784cf6f9ecda448ea32f07d1bb77869c7357 Mon Sep 17 00:00:00 2001 From: junv Date: Thu, 17 Sep 2015 16:26:12 +0800 Subject: [PATCH] #9 using qiniu cdn to host big image --- app/assets/stylesheets/published_posts/published_post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/published_posts/published_post.scss b/app/assets/stylesheets/published_posts/published_post.scss index 181e627..2f163db 100644 --- a/app/assets/stylesheets/published_posts/published_post.scss +++ b/app/assets/stylesheets/published_posts/published_post.scss @@ -167,7 +167,7 @@ hr.small { background-color: $gray; background: no-repeat center center; background-attachment: scroll; - background-image: image-url('post-bg.jpg'); + background-image: url('http://7xlrny.com1.z0.glb.clouddn.com/post-bg.jpg'); @include background-cover; // NOTE: Background images are set within the HTML using inline CSS! margin-bottom: 50px;