add consistent spacing to paragraphs in the SPV

This commit is contained in:
Jonne Haß 2013-08-25 18:10:30 +02:00
parent 2d18184653
commit a07950b04a

View file

@ -61,6 +61,9 @@
margin-left: 20px;
padding-top: 20px;
width: auto;
p {
margin: 0 0 1em 0;
}
.photo_attachments {
padding-bottom: 10px;
text-align: center;
@ -99,7 +102,10 @@
padding-top: 10px;
padding-bottom: 10px;
p {
margin: 0;
margin: 0 0 1em 0;
&:last-child {
margin-bottom: 0;
}
}
}
.no_comments {