Apply margin to zephyr content more sanely

(imported from commit 93fd1603c1b838cd0bc5f965c573333599ebfe84)
This commit is contained in:
Keegan McAllister 2012-09-17 15:55:53 -04:00
parent f63759679a
commit 02bee4b4d0
2 changed files with 2 additions and 6 deletions

View File

@ -31,5 +31,5 @@
<span class="zephyr_sender_username">{{sender}}</span>
</span>
<span class="zephyr_time" title="{{full_date_str}}">{{timestr}}</span>
{{{content}}}
<div class="zephyr_content">{{{content}}}</div>
</td>

View File

@ -116,11 +116,7 @@ table.zephyr_table {
margin-left: auto;
}
.messagebox p {
margin-left: 45px;
}
.messagebox .codehilite {
.zephyr_content {
margin-left: 45px;
}