Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/cyberalien/ticket/4412' into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
EXreaction committed Apr 25, 2013
2 parents 2bf0109 + f89b80e commit ad1a491
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpBB/styles/prosilver/theme/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
5 changes: 5 additions & 0 deletions phpBB/styles/prosilver/theme/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,11 @@ fieldset.polls dd div {
margin-left: 8px;
}

.postprofile dd {
overflow: hidden;
text-overflow: ellipsis;
}

.postprofile strong {
font-weight: normal;
}
Expand Down

0 comments on commit ad1a491

Please sign in to comment.