Merge remote-tracking branch 'remotes/cyberalien/ticket/4412' into develop

This commit is contained in:
Nathaniel Guse 2013-04-25 16:21:14 -05:00
commit ad1a4919d6
2 changed files with 7 additions and 0 deletions

View file

@ -476,6 +476,8 @@ dl.details dd {
margin-bottom: 5px;
float: left;
width: 65%;
overflow: hidden;
text-overflow: ellipsis;
}
.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {

View file

@ -669,6 +669,11 @@ fieldset.polls dd div {
margin-left: 8px;
}
.postprofile dd {
overflow: hidden;
text-overflow: ellipsis;
}
.postprofile strong {
font-weight: normal;
}