1/* 2Copyright (C) Internet Systems Consortium, Inc. ("ISC") 3 4SPDX-License-Identifier: MPL-2.0 5 6This Source Code Form is subject to the terms of the Mozilla Public 7License, v. 2.0. If a copy of the MPL was not distributed with this 8file, you can obtain one at https://mozilla.org/MPL/2.0/. 9 10See the COPYRIGHT file distributed with this work for additional 11information regarding copyright ownership. 12*/ 13 14/* make table content wrappable */ 15.wy-table-responsive table td { 16 white-space:normal; 17} 18 19/* readability improvements */ 20.rst-content code.literal { 21 color: black; 22} 23.rst-content code.xref { 24 text-decoration: underline dotted gray; 25} 26