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

Unified Diff: chrome/browser/resources/dom_ui2.css

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/dom_ui.css ('k') | chrome/browser/resources/downloads.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/dom_ui2.css
===================================================================
--- chrome/browser/resources/dom_ui2.css (revision 66526)
+++ chrome/browser/resources/dom_ui2.css (working copy)
@@ -13,14 +13,13 @@
.header .form {
float:left;
margin-top:22px;
- margin-left:12px;
+ -webkit-margin-start:12px;
}
html[dir='rtl'] .logo {
float:right;
}
html[dir='rtl'] .form {
float:right;
- margin-right:12px;
}
.page-navigation {
padding:8px;
@@ -29,4 +28,4 @@
}
.footer {
height:24px;
-}
+}
« no previous file with comments | « chrome/browser/resources/dom_ui.css ('k') | chrome/browser/resources/downloads.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698