Files
chrome-extensions-samples/api-samples/printing/printers.css
rayxu-google 299f2134cb Migrate chrome.printing api sample from v2 to v3 manifest (#829)
* migrate chrome.printing api sample from v2 to v3 manifest

* Restore MV2 printing sample.

---------

Co-authored-by: Oliver Dunk <oliverdunk@google.com>
2023-02-16 10:39:52 +00:00

19 lines
305 B
CSS

/**
* Copyright 2020 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.
*/
table, th, td, tr {
border: 1px solid black;
}
table {
width: 100%;
border-collapse: collapse;
}
div {
overflow: auto;
}