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
This commit is contained in:
parent
34a65359cc
commit
6cb171925e
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue