From 1b3af1df0798ff22fb446279de062266707a40f2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sat, 7 Jan 2017 21:03:45 +0100 Subject: [PATCH] More space between text --- htdocs/theme/eldy/style.css.php | 2 ++ htdocs/theme/md/style.css.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index d72d303aa32..a9f2b808de9 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -241,6 +241,7 @@ body { <?php } ?> color: rgb(<?php echo $colortext; ?>); font-size: <?php print $fontsize ?>px; + line-height: 130%; font-family: <?php print $fontlist ?>; margin-top: 0; margin-bottom: 0; @@ -594,6 +595,7 @@ div.myavailability { .div-table-responsive { overflow-x: auto; min-height: 0.01%; + line-height: 100%; } /* Style used for full page tables with field selector and no content after table (priority before previous for such tables) */ div.fiche>form>div.div-table-responsive { diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 409a902648e..eb46cb40b84 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -242,6 +242,7 @@ body { color: rgb(<?php echo $colortext; ?>); font-size: <?php print $fontsize ?>px; font-family: <?php print $fontlist ?>; + line-height: 130%; margin-top: 0; margin-bottom: 0; margin-right: 0; @@ -599,6 +600,7 @@ div.myavailability { .div-table-responsive { overflow-x: auto; min-height: 0.01%; + line-height: 100%; } /* Style used for full page tables with field selector and no content after table (priority before previous for such tables) */ div.fiche>form>div.div-table-responsive { -- GitLab