profileinfo now has lower lines heights
authorAntoine Musso <hashar@free.fr>
Mon, 19 Nov 2012 14:31:15 +0000 (15:31 +0100)
committerAntoine Musso <hashar@free.fr>
Mon, 19 Nov 2012 14:31:15 +0000 (15:31 +0100)
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

index 5c7c0e0..ad02ad5 100644 (file)
@@ -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;