Clean up CSS

(imported from commit 406a0de68e43ae5538289ddd1358b03ee91813c2)
This commit is contained in:
Keegan McAllister
2012-09-24 16:28:02 -04:00
parent 6fb5fc57ce
commit 4eae1981f2

View File

@@ -138,7 +138,7 @@ blockquote p {
font-size: inherit;
}
td.messagebox {
.messagebox {
width: 470px;
max-width: 470px;
padding: 8px 35px 8px 14px;
@@ -148,20 +148,20 @@ td.messagebox {
border-bottom: 1px solid gray;
}
td.bookend {
.bookend {
padding-top: 5px;
}
td.prev_is_same_sender {
.prev_is_same_sender {
padding-top: 0px;
border-top: 1px; solid white
border-top: 1px solid white;
}
td.next_is_same_sender {
.next_is_same_sender {
border-bottom: 0px;
padding-bottom: 0px;
}
img.profile_picture {
display: block;
float: left;