From: Antoine Musso Date: Mon, 19 Nov 2012 14:31:15 +0000 (+0100) Subject: profileinfo now has lower lines heights X-Git-Tag: 1.31.0-rc.0~21579^2 X-Git-Url: http://git.cyclocoop.org/%24dirpuce/puce%24spip_lang_rtl.gif?a=commitdiff_plain;h=6cb171925e88bf2dc5629d052abaeb6f087bc7c4;p=lhc%2Fweb%2Fwiklou.git profileinfo now has lower lines heights The 8px padding was a bit too tall, "reduced" that to 0.1em which is good enough. I have also dropped the line-height which does not have any purpose when you already apply a padding. Change-Id: I271eb932e4c70f940ebe3da39731f09c998610bc --- diff --git a/profileinfo.php b/profileinfo.php index 5c7c0e096b..ad02ad59b9 100644 --- a/profileinfo.php +++ b/profileinfo.php @@ -95,8 +95,7 @@ header( 'Content-Type: text/html; charset=utf-8' ); .table th, .table td { - padding: 8px; - line-height: 20px; + padding: 0.1em; text-align: left; vertical-align: top; border-top: 1px solid #ddd;