From c2182560f1a4ba2e256db5aee0627b6b625e3b47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=84=88=E4=B9=8B?= Date: Fri, 13 May 2016 10:44:48 +0800 Subject: [PATCH] replace the background-cover imgUri to cdn resource --- source/css/uno.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/css/uno.css b/source/css/uno.css index a3d092f..3337c99 100644 --- a/source/css/uno.css +++ b/source/css/uno.css @@ -1196,7 +1196,7 @@ hr { width: 100%; max-width: none; height: 100%; - background: url(../images/background-cover.jpg) top left no-repeat #666666; + background: url("//img.alicdn.com/tps/TB1UC8nJVXXXXbRXpXXXXXXXXXX-1920-1200.jpg") top left no-repeat #666666; background-size: cover; } .panel-cover--collapsed { @@ -1677,7 +1677,7 @@ table { border-collapse: collapse; width: 100%; margin: 0 0 10px; - border-spacing: 0; + border-spacing: 0; border: 1px solid #aaa; } @@ -1699,5 +1699,5 @@ th, td { border: none; } pre { - font-family: -} \ No newline at end of file + font-family: +}