1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 09:18:18 +03:00
ifhub.club/application/frontend/skin/synio/components/item/css/item-group.css
2016-09-03 09:39:46 +07:00

18 lines
412 B
CSS

/**
* Группированный список
*
* @license GNU General Public License, version 2
* @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
* @author Denis Shakhov <denis.shakhov@gmail.com>
*/
.ls-item-group {
}
.ls-item-group .ls-item {
padding: 13px 15px 13px 0;
border-top: 1px solid #f1f3f5;
}
.ls-item-group .ls-item:last-child {
border-bottom: none;
}