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

Unified Diff: chrome/browser/resources/options/manage_profile_overlay.css

Issue 22855002: Remove gray line in the new user dialog and remove margin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | no next file » | 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 4bbdb02c56103c9877ec763242c6d8f38a7f1ae4..29ca51a083b05a8651e77e4ad6fe25301f98fc63 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.css
+++ b/chrome/browser/resources/options/manage_profile_overlay.css
@@ -61,17 +61,6 @@
padding: 2px;
}
-/* Adds a grey horizontal line below content area. */
-#create-profile-content::after,
-#manage-profile-content::after {
- background: #c0c0c0;
- content: '';
- display: block;
- height: 1px;
- margin-top: 25px;
- width: 100%;
-}
-
:-webkit-any(#create-profile-content, #manage-profile-content) >
:not(:last-child) {
margin-bottom: 10px;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698