Commit bfb04630d010cae8d0b83f04e5282315cd4a7499

Authored by Gustavo Cruz
1 parent b4f34824

updating theme

Showing 1 changed file with 6 additions and 1 deletions   Show diff stats
@@ -536,9 +536,14 @@ p { @@ -536,9 +536,14 @@ p {
536 padding: 0; 536 padding: 0;
537 } 537 }
538 538
  539 +#content .comment-picture {
  540 + max-width: 50px;
  541 + word-wrap: break-word;
  542 +}
  543 +
539 .comment-replies .comment-picture { 544 .comment-replies .comment-picture {
540 height: auto; 545 height: auto;
541 - max-width: 40px; 546 + max-width: 50px;
542 overflow: visible; 547 overflow: visible;
543 } 548 }
544 549