Skip to content

Commit

Permalink
Merge pull request #80 from isubit/HHPN-118
Browse files Browse the repository at this point in the history
HHPN-118 Add spacing to .item-list items
  • Loading branch information
angelamnr authored Feb 14, 2017
2 parents 720fadb + 1b9d4b5 commit e55c571
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ ul.hlist > li { float: left; }
.pane-content ul,
.pane-content ol { padding-left: 40px; }

.item-list ul li {
margin: 0 0 1.5em 0;
}

/* --------------------- */
/* Description Lists */

Expand Down Expand Up @@ -1357,8 +1361,7 @@ span.date-display-single {

.panel-panel .pane-content p:first-child { padding-top: 10px; }

.panel-pane .views-row:not(:last-child),
.panel-pane .pane-content .item-list li:not(:last-child) {
.panel-pane .views-row:not(:last-child) {
margin-bottom: 0;
}

Expand Down

0 comments on commit e55c571

Please sign in to comment.