Skip to content

Commit

Permalink
INTERIM-98 Remove padding and border from accordion views rows
Browse files Browse the repository at this point in the history
  • Loading branch information
sacarney authored and angelamnr committed Jul 25, 2017
1 parent 022e396 commit f7ea165
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -1812,6 +1812,12 @@ aside.region {
border: 1px solid #dddddd;
}

/* But no padding or border in the Views Accordion */
.ui-accordion .views-row {
padding: 0;
border: 0;
}

/* --- .item-list --- */

.item-list ul {
Expand Down

0 comments on commit f7ea165

Please sign in to comment.