Browse Source

Fixes ff logo width.

j8
damencho 10 years ago
parent
commit
b6cb424720
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      css/unsupported_browser.css

+ 1
- 1
css/unsupported_browser.css View File

@@ -97,7 +97,7 @@ a {
97 97
 }
98 98
 #chromium_logo
99 99
 {
100
-    width: 77px;
100
+    width: 85px;
101 101
     height: 79px;
102 102
     background-image: url('/images/chromium.png');
103 103
 }

Loading…
Cancel
Save