diff options
Diffstat (limited to 'chrome/browser/resources/ntp/apps.css')
-rw-r--r-- | chrome/browser/resources/ntp/apps.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/ntp/apps.css b/chrome/browser/resources/ntp/apps.css index 95d51f5..2d03d58 100644 --- a/chrome/browser/resources/ntp/apps.css +++ b/chrome/browser/resources/ntp/apps.css @@ -24,7 +24,7 @@ html.apps-promo-visible #apps-content { .app, .app[new=installed] { - -webkit-box-sizing: border-box; + box-sizing: border-box; -webkit-perspective: 400; border-radius: 10px; color: black; |