Version 1
[yaffs-website] / web / core / themes / bartik / css / components / list-group.css
1 /**
2  * @file
3  * List group.
4  * A list of links, grouped together.
5  */
6
7 .list-group__link {
8   border-top: 1px solid #ccc;
9   padding: 7px 0 0;
10 }
11 .list-group__description {
12   margin: 0 0 10px;
13 }