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

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: 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
« no previous file with comments | « chrome/browser/resources/ntp4/footer_menu.css ('k') | chrome/browser/resources/options/search_page.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/resources/ntp4/footer_menu.css ('k') | chrome/browser/resources/options/search_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698