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

Unified Diff: chrome/browser/resources/options/manage_profile_overlay.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: nits 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/options/manage_profile_overlay.css
diff --git a/chrome/browser/resources/options/manage_profile_overlay.css b/chrome/browser/resources/options/manage_profile_overlay.css
index 8c171010b76ce2d23a5f48e357fef32eb8d25b5f..775b33c6c3693fcb03bf1ea3666e84cc471e88f9 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.css
+++ b/chrome/browser/resources/options/manage_profile_overlay.css
@@ -85,9 +85,9 @@
padding: 2px;
}
-/* Adds a grey horizontal line below content area */
-#create-profile-content:after,
-#manage-profile-content:after {
+/* Adds a grey horizontal line below content area. */
+#create-profile-content::after,
+#manage-profile-content::after {
background: #c0c0c0;
content: '';
display: block;

Powered by Google App Engine
This is Rietveld 408576698