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

Unified Diff: chrome/browser/resources/about_sys.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/about_conflicts.html ('k') | chrome/browser/resources/dom_ui.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_sys.html
===================================================================
--- chrome/browser/resources/about_sys.html (revision 66526)
+++ chrome/browser/resources/about_sys.html (working copy)
@@ -139,21 +139,13 @@
text-align: right;
}
-tr:not(.firstRow) > *:nth-child(1,
+tr:not(.firstRow) > *:nth-child(1),
tr:not(.firstRow) > *:nth-child(2),
tr.firstRow th:nth-child(1),
tr.firstRow th:nth-child(2) {
- border-right: 1px solid #b5c6de;
+ -webkit-border-end: 1px solid #b5c6de;
}
-html[dir='rtl'] tr:not(.firstRow) > *:nth-child(1),
-html[dir='rtl'] tr:not(.firstRow) > *:nth-child(2),
-html[dir='rtl'] tr.firstRow th:nth-child(1),
-html[dir='rtl'] tr.firstRow th:nth-child(2) {
- border-right: auto;
- border-left: 1px solid #b5c6de;
-}
-
.name {
background-position: 5em center;
background-repeat: no-repeat;
« no previous file with comments | « chrome/browser/resources/about_conflicts.html ('k') | chrome/browser/resources/dom_ui.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698