Browse Source

Merge pull request #782 from jitsi/fix-unsupported-browser-images

Fix unsupported browser images
master
Дамян Минков 9 years ago
parent
commit
c68bcb8fbc
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      css/unsupported_browser.css

+ 6
- 6
css/unsupported_browser.css View File

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…
Cancel
Save