Commit aa87ff04 authored by estade@chromium.org's avatar estade@chromium.org

fix a help page CSS transition

It now matches the timing and timing function of the advanced options section in settings.

BUG=none

Review URL: https://codereview.chromium.org/99873002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238356 0039d316-1c4b-4281-b951-d872f2087c98
parent 3b0830d6
...@@ -101,7 +101,7 @@ body { ...@@ -101,7 +101,7 @@ body {
} }
#more-info-container { #more-info-container {
-webkit-transition: all 500ms linear; -webkit-transition: all 200ms;
height: 0; height: 0;
margin-bottom: 0; margin-bottom: 0;
overflow: hidden; overflow: hidden;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment