2017-04-21 10:43:26 +00:00
|
|
|
#! /bin/sh -e
|
2018-12-06 14:17:51 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2017-04-21 10:43:26 +00:00
|
|
|
# Copyright 2013 6WIND S.A.
|
|
|
|
|
|
|
|
CSS=$1
|
|
|
|
|
|
|
|
# space between item and its comment
|
|
|
|
echo 'dd td:first-child {padding-right: 2em;}' >> $CSS
|