Removing css specific for the person bundle

This commit is contained in:
Marc Ducobu
2015-08-25 13:31:48 +02:00
parent 1b31cb31c7
commit 5bb74ab09e
3 changed files with 27 additions and 42 deletions

View File

@@ -1,16 +1,5 @@
// YOUR CUSTOM SCSS
@import 'custom/timeline';
div#header-person-name {
background: none repeat scroll 0 0 $chill-green-dark;
color: #FFF;
padding: 0.5em;
}
div#header-person-details {
background: none repeat scroll 0 0 $chill-green;
color: #FFF;
padding: 0.5em;
}
html,body {
min-height:100%;
@@ -111,4 +100,8 @@ ul.custom_fields.choice li {
margin-left: 0.2em;
margin-right: 0.2em;
}
}
.open_sansbold {
font-family:'open_sansbold'
}