Break line height for .corps (long entries)

This commit is contained in:
Yann Esposito (Yogsototh) 2011-05-02 22:11:13 +02:00
parent 5919ba7ad4
commit 93da1c5e79
2 changed files with 2 additions and 0 deletions

View file

@ -234,4 +234,5 @@ article article h1, article article h2, article article h3, article article h4,
/* line 206, ../src/main.scss */ /* line 206, ../src/main.scss */
.corps { .corps {
margin: 48px 0; margin: 48px 0;
line-height: 32px;
} }

View file

@ -205,4 +205,5 @@ article article {
.corps { .corps {
margin: 48px 0; margin: 48px 0;
line-height: 32px;
} }