corrections for activities list

This commit is contained in:
mrliptontea
2015-03-14 00:11:02 +01:00
parent eea1ee7412
commit d78c2fccc6
2 changed files with 6 additions and 2 deletions

View File

@@ -11,10 +11,10 @@
#search-results {
dd {
margin-bottom: $line-height-computed;
padding-top: .1em;
}
dt {
margin-bottom: .1em;
padding-left: $padding-side;
background-repeat: no-repeat;
background-position: 0 center;
@@ -74,6 +74,10 @@
dd {
font-size: $font-size-small;
overflow: hidden;
&.grouped {
margin-left: $activity-indent;
}
}
}

File diff suppressed because one or more lines are too long