From d1979448580cb90aba1050d7d911dc4540acce5a Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Tue, 25 Aug 2015 19:15:04 +0200 Subject: [PATCH] .person-details dd : no margin --- Resources/public/css/person.css | 2 +- Resources/public/sass/person.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/public/css/person.css b/Resources/public/css/person.css index 6e496aa9a..eec217076 100644 --- a/Resources/public/css/person.css +++ b/Resources/public/css/person.css @@ -67,7 +67,7 @@ figure.person-details dl { figure.person-details dt { 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}} -figure.person-details dl { +figure.person-details dd { margin-left: 0; } /*# sourceMappingURL=person.css.map */ diff --git a/Resources/public/sass/person.scss b/Resources/public/sass/person.scss index 7507992c6..4ad7348b3 100644 --- a/Resources/public/sass/person.scss +++ b/Resources/public/sass/person.scss @@ -29,7 +29,7 @@ figure.person-details { font-family: 'open_sansbold'; } - dl { + dd { margin-left: 0; } } \ No newline at end of file