summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/ntp_android/bookmarks_tablet.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/ntp_android/bookmarks_tablet.css')
-rw-r--r--chromium/chrome/browser/resources/ntp_android/bookmarks_tablet.css18
1 files changed, 0 insertions, 18 deletions
diff --git a/chromium/chrome/browser/resources/ntp_android/bookmarks_tablet.css b/chromium/chrome/browser/resources/ntp_android/bookmarks_tablet.css
deleted file mode 100644
index 141b9580123..00000000000
--- a/chromium/chrome/browser/resources/ntp_android/bookmarks_tablet.css
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
-/* Don't apply tablet styles to TVDPI devices */
-@media only screen and (-webkit-min-device-pixel-ratio: 1.35),
- only screen and (-webkit-max-device-pixel-ratio: 1.30) {
- body[device='tablet'] .favicon-cell {
- height: 120px;
- padding-left: 36px;
- padding-right: 36px;
- width: 98px;
- }
- body[device='tablet'] #bookmarks_title_wrapper .title-crumb {
- margin: 0 25px;
- }
-}
-