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

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

Issue 2231143002: Cleanup: fix some CSS comment styles (especially copyrights) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: michaelpg@ review Created 4 years, 4 months 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
Index: chrome/browser/resources/history/history.css
diff --git a/chrome/browser/resources/history/history.css b/chrome/browser/resources/history/history.css
index 810aa55ae9872412097a8ccdf1efdb9fa9356a68..1d4da44ec7672f5e199aa365134f0080816ce637 100644
--- a/chrome/browser/resources/history/history.css
+++ b/chrome/browser/resources/history/history.css
@@ -332,8 +332,7 @@ html[dir='rtl'] .number-visits {
* directive would show up incorrectly (e.g. '(www.google.com (5'). Using
* 'embed' makes the engine set the text in the parentheses as LTR even
* when the layout is set to RTL, which makes using -webkit-*-start
- * impossible. So use margins and dir='rtl'.
- */
+ * impossible. So use margins and dir='rtl'. */
direction: rtl;
unicode-bidi: embed;
}
« no previous file with comments | « chrome/browser/resources/help/help_content.css ('k') | chrome/browser/resources/inline_login/inline_login.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698