blob: 3802007c8c1e2983b6cf33ca81eda279341ffe72 (
plain)
1
2
3
4
5
6
7
8
|
#! /bin/sh -e
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2013 6WIND S.A.
CSS=$1
# space between item and its comment
echo 'dd td:first-child {padding-right: 2em;}' >> $CSS
|