Skip to content

Commit

Permalink
Margin and width correction
Browse files Browse the repository at this point in the history
  • Loading branch information
MARTINS Charly committed May 18, 2018
1 parent a1f8c21 commit 439c5b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Resources/public/css/forum.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
float: left;
padding: 10px;
border-radius: 3px;
word-wrap: break-word;
}

.wf_post-left, .wf_post-right {
Expand Down Expand Up @@ -806,10 +807,10 @@ code {
}

.wf_post .wf_post-left {
width: 15%;
width: 20%;
}

.wf_message {
.wf_post-left .wf_message, .wf_post-left .wf_username {
font-size: 0.8em;
}
}
Expand Down

0 comments on commit 439c5b9

Please sign in to comment.