Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8216)

Unified Diff: chrome/browser/resources/imageburner.html

Issue 5217005: RTL HTML/CSS clean-up with -webkit-foo-{start,end}... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/history.html ('k') | chrome/browser/resources/plugins.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « chrome/browser/resources/history.html ('k') | chrome/browser/resources/plugins.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698