Remove 2px padding on the bottom of comment boxes

Since both the avatar and the comment box are 16px tall, the
padding adds an extra 2px below the avatar. Removed the padding
and moved the summary text up 1px so that it doesn't touch the
lower border of the comment box.

Change-Id: I606d903eba21f5f85d9a60d47d2e6870eb2d6890
This commit is contained in:
Michael Zhou
2013-08-09 22:10:51 -07:00
parent 50bc936427
commit 5d259dda9f

View File

@@ -32,7 +32,7 @@
.summary {
color: #777;
position: absolute;
top: 2px;
top: 1px;
left: 120px;
width: 408px;
overflow: hidden;
@@ -51,7 +51,6 @@
.contents {
margin-left: 28px;
padding-top: 2px;
padding-bottom: 2px;
position: relative;
}
.contents p,