浏览代码

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

正在加载...
取消
保存