1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-09-03 02:42:39 +02:00

Breadcrumbs update, todo list for utility module

This commit is contained in:
Angelos Chalaris
2016-12-10 13:13:50 +02:00
parent 624ab29059
commit 3914f5ebc7
5 changed files with 18 additions and 6 deletions

View File

@@ -1228,8 +1228,9 @@ ul.breadcrumbs {
display: -webkit-flex;
display: flex;
list-style: none;
margin-left: 0;
margin-right: 0;
margin: 10px 8px;
/* margin-left: 0; // Reset margins from list styling
margin-right: 0; // Reset margins from list styling*/
padding: 0;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15); }