From 9126ed1be6ce0168eafbb705d59505985c8348ec Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sat, 13 Feb 2021 17:46:31 +0100 Subject: Sauvegarde de clef GPG sur papier --- theme/custom/custom.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'theme/custom') diff --git a/theme/custom/custom.css b/theme/custom/custom.css index 7f6e9b6..f27695a 100755 --- a/theme/custom/custom.css +++ b/theme/custom/custom.css @@ -183,3 +183,15 @@ div.figure { font-size:90%; color:#6c757d } +main article table { + width: 100%; +} +main article table th.field-name { + width: 10em; + text-align: right; + border-top: 0px; + word-wrap:break-word; +} +main article table td.field-body { + border-top: 0px; +} -- cgit v1.2.3