瀏覽代碼

Fix unsupported browser images

Fixes the path of the unsupported browser images
j8
yanas 8 年之前
父節點
當前提交
c37876a8b7
共有 1 個檔案被更改,包括 6 行新增6 行删除
  1. 6
    6
      css/unsupported_browser.css

+ 6
- 6
css/unsupported_browser.css 查看文件

98
 {
98
 {
99
     width: 78px;
99
     width: 78px;
100
     height: 78px;
100
     height: 78px;
101
-    background-image: url('/images/chrome.png');
101
+    background-image: url('../images/chrome.png');
102
 }
102
 }
103
 #chromium_logo
103
 #chromium_logo
104
 {
104
 {
105
     width: 77px;
105
     width: 77px;
106
     height: 78px;
106
     height: 78px;
107
-    background-image: url('/images/chromium.png');
107
+    background-image: url('../images/chromium.png');
108
 }
108
 }
109
 #firefox_logo
109
 #firefox_logo
110
 {
110
 {
111
     width: 86px;
111
     width: 86px;
112
     height: 80px;
112
     height: 80px;
113
-    background-image: url('/images/firefox.png');
113
+    background-image: url('../images/firefox.png');
114
 }
114
 }
115
 
115
 
116
 #opera_logo
116
 #opera_logo
117
 {
117
 {
118
     width: 73px;
118
     width: 73px;
119
     height: 78px;
119
     height: 78px;
120
-    background-image: url('/images/opera.png');
120
+    background-image: url('../images/opera.png');
121
 }
121
 }
122
 
122
 
123
 #safari_logo
123
 #safari_logo
124
 {
124
 {
125
     width: 78px;
125
     width: 78px;
126
     height: 79px;
126
     height: 79px;
127
-    background-image: url('/images/safari.png');
127
+    background-image: url('../images/safari.png');
128
 }
128
 }
129
 
129
 
130
 #ie_logo
130
 #ie_logo
131
 {
131
 {
132
     width: 80px;
132
     width: 80px;
133
     height: 78px;
133
     height: 78px;
134
-    background-image: url('/images/ie.png');
134
+    background-image: url('../images/ie.png');
135
 }
135
 }
136
 
136
 

Loading…
取消
儲存