Skip to content
Snippets Groups Projects
Commit 8955a403 authored by jhawkins@chromium.org's avatar jhawkins@chromium.org
Browse files

DOMUI: Fix the AutoFill profile list CSS selector for the last item.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/5998005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70019 0039d316-1c4b-4281-b951-d872f2087c98
parent 4115ca86
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
margin-top: 15px;
}
#autofill-options * div.settings-list > :last-child {
#autofill-options > div.settings-list > div:last-child {
border-top: 1px solid #D9D9D9;
padding: 5px 10px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment