.person-details dd : no margin

This commit is contained in:
Marc Ducobu 2015-08-25 19:15:04 +02:00
parent f48563fee3
commit d197944858
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ figure.person-details dl {
figure.person-details dt { figure.person-details dt {
font-family: 'open_sansbold'; } font-family: 'open_sansbold'; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/marcu\/Projects\/Chill\/vendor\/chill-project\/person\/Resources\/public\/sass\/person\.scss}line{font-family:\0000332}} @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/marcu\/Projects\/Chill\/vendor\/chill-project\/person\/Resources\/public\/sass\/person\.scss}line{font-family:\0000332}}
figure.person-details dl { figure.person-details dd {
margin-left: 0; } margin-left: 0; }
/*# sourceMappingURL=person.css.map */ /*# sourceMappingURL=person.css.map */

View File

@ -29,7 +29,7 @@ figure.person-details {
font-family: 'open_sansbold'; font-family: 'open_sansbold';
} }
dl { dd {
margin-left: 0; margin-left: 0;
} }
} }