From 6cb171925e88bf2dc5629d052abaeb6f087bc7c4 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 19 Nov 2012 15:31:15 +0100 Subject: [PATCH] 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 --- profileinfo.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.20.1