Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/skin/firstRun.css

Issue 5137457368530944: Issue 1668 - Fixed direction on add-on pages for right-to-left scripts (Closed)
Patch Set: Created Dec. 8, 2014, 7:04 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/content/ui/i18n.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/skin/firstRun.css
===================================================================
--- a/chrome/skin/firstRun.css
+++ b/chrome/skin/firstRun.css
@@ -252,6 +252,7 @@
max-width: 760px;
text-align: center;
font-family: CreteRound, Helvetica, Arial, sans-serif;
+ direction: ltr; /* don't mess with left/right border */
Wladimir Palant 2014/12/08 20:35:09 Apparently, Chrome and Safari have a -webkit-borde
Sebastian Noack 2014/12/08 20:54:58 Nice. Note that I used it the other way around (i.
Sebastian Noack 2014/12/08 21:22:59 s/order at the nd/border at the end/
Wladimir Palant 2014/12/09 08:24:40 Yes, this is indeed better.
}
#share h2
« no previous file with comments | « chrome/content/ui/i18n.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld