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

Unified Diff: chrome/browser/resources/ntp4/footer_menu.css

Issue 11441008: [web_dev_style] Changing :pseudo-element to ::pseudo-element to match (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years 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/ntp4/footer_menu.css
diff --git a/chrome/browser/resources/ntp4/footer_menu.css b/chrome/browser/resources/ntp4/footer_menu.css
index 4d3b1dff81e3dd72014d14ac25e9e4713c686315..7e0f6689253cc1b48e8749d9dd81a1d71f6929d0 100644
--- a/chrome/browser/resources/ntp4/footer_menu.css
+++ b/chrome/browser/resources/ntp4/footer_menu.css
@@ -126,7 +126,7 @@
font-weight: normal;
}
-.footer-menu section h3 .details:before {
+.footer-menu section h3 .details::before {
content: '\2013'; /* En-dash character. */
margin: 0 0.5em;
}

Powered by Google App Engine
This is Rietveld 408576698