Commit 97f27386bc2ef28d49522f0b51f49f4a74c3aca3

Authored by Yarik
1 parent e608c5f7

Comment added

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
common/modules/comment/resources/comment.css
@@ -232,6 +232,11 @@ ul.proektant-comments { @@ -232,6 +232,11 @@ ul.proektant-comments {
232 margin-top: 27px; 232 margin-top: 27px;
233 } 233 }
234 234
  235 +.proektant-comments .pagination li {
  236 + width: auto;
  237 + margin-top: 0;
  238 +}
  239 +
235 .proektant-comments li:first-child { 240 .proektant-comments li:first-child {
236 margin-top: 0 241 margin-top: 0
237 } 242 }