| Index: chrome/browser/resources/ntp4/apps_page.css
|
| diff --git a/chrome/browser/resources/ntp4/apps_page.css b/chrome/browser/resources/ntp4/apps_page.css
|
| index a5ea01dc8f4f8b83e2a1928380cc13d3b9b8591e..dbea2ba6480dfe78b00f9bbc2ca5a6bc8579ea5e 100644
|
| --- a/chrome/browser/resources/ntp4/apps_page.css
|
| +++ b/chrome/browser/resources/ntp4/apps_page.css
|
| @@ -92,20 +92,6 @@
|
| cursor: pointer;
|
| }
|
|
|
| -/* Notifications */
|
| -
|
| -.app-notification {
|
| - -webkit-transition: color 150ms linear;
|
| - color: #999;
|
| - display: block;
|
| - font-size: 0.9em;
|
| - white-space: nowrap;
|
| -}
|
| -
|
| -.app-notification:hover {
|
| - text-decoration: underline;
|
| -}
|
| -
|
| .app-img-container > img:first-child {
|
| display: block;
|
| }
|
| @@ -113,9 +99,3 @@
|
| .app .invisible {
|
| visibility: hidden;
|
| }
|
| -
|
| -/* Move the notification lower on apps pages to account for the 16px of
|
| - * transparency each app icon should have. */
|
| -.apps-page #notification-container {
|
| - bottom: 15px;
|
| -}
|
|
|