aboutsummaryrefslogtreecommitdiff
path: root/theme/custom
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-02-13 17:46:31 +0100
committerSébastien Dailly <sebastien@chimrod.com>2021-11-18 14:46:42 +0100
commit9126ed1be6ce0168eafbb705d59505985c8348ec (patch)
tree1b479d616be7e81186c87a8454d95149f1942fc7 /theme/custom
parent9d2e9888b1882f855d7690c0f5cffc20137b10d3 (diff)
Sauvegarde de clef GPG sur papier
Diffstat (limited to 'theme/custom')
-rwxr-xr-xtheme/custom/custom.css12
1 files changed, 12 insertions, 0 deletions
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;
+}