summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/ntp4/apps_page.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/ntp4/apps_page.css')
-rw-r--r--chromium/chrome/browser/resources/ntp4/apps_page.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/chrome/browser/resources/ntp4/apps_page.css b/chromium/chrome/browser/resources/ntp4/apps_page.css
index bd2e9ccc6c5..de0f83a4681 100644
--- a/chromium/chrome/browser/resources/ntp4/apps_page.css
+++ b/chromium/chrome/browser/resources/ntp4/apps_page.css
@@ -23,7 +23,7 @@
/* Active gets applied right before .suppress-active, so to avoid flicker
* we need to make the scale go back to normal without an animation. */
.app-contents.suppress-active {
- -webkit-transition-duration: 0;
+ -webkit-transition-duration: 0ms;
}
.app-contents > span {
@@ -107,7 +107,6 @@
border-radius: 2px;
border-top-width: 2px;
bottom: 90px;
- font-family: Arial, Helvetica, sans-serif;
height: 120px;
left: 50%;
margin-left: -300px;