7 lines
158 B
CSS
7 lines
158 B
CSS
|
/* SPDX-License-Identifier: BSD-3-Clause
|
||
|
* Copyright 2013 6WIND S.A.
|
||
|
*/
|
||
|
|
||
|
/* space between item and its comment */
|
||
|
dd td:first-child { padding-right: 2em; }
|