Index: chrome/browser/resources/imageburner.html |
=================================================================== |
--- chrome/browser/resources/imageburner.html (revision 66526) |
+++ chrome/browser/resources/imageburner.html (working copy) |
@@ -125,14 +125,12 @@ |
left: 0; |
bottom: 0; |
right: 600px; |
- border-right: 1px solid #7289E2; |
+ -webkit-border-end: 1px solid #7289E2; |
} |
html[dir='rtl'] .fullcontainer { |
left: 600px; |
right: 0; |
- border-right: auto; |
- border-left: 1px solid #7289E2; |
} |
progress { |