Commit c9f1da70a93c4096c825e0099f3fdefdafdcf8e2

Authored by Rodrigo Souto
2 parents b52015d9 1d3adc69

Merge commit 'refs/merge-requests/392' of git://gitorious.org/noosfero/noosfero …

…into merge-requests/392
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -1272,6 +1272,7 @@ a.comment-picture {
1272 1272 .scrap-replies {
1273 1273 border: 1px solid #fff;
1274 1274 padding: 0;
  1275 + border-right: 0px;
1275 1276 -moz-border-radius: 4px;
1276 1277 -webkit-border-radius: 4px;
1277 1278 border-radius: 4px;
... ... @@ -5463,7 +5464,7 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img {
5463 5464  
5464 5465 #profile-wall ul.profile-wall-activities-comments ul,
5465 5466 #profile-network ul.profile-wall-activities-comments ul {
5466   - padding-left: 0px;
  5467 + padding-left: 12px;
5467 5468 }
5468 5469  
5469 5470 #profile-wall .profile-wall-activities-comments li,
... ...