diff --git a/NEWS b/NEWS index ad39608..bd7836b 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,8 @@ - New style for alerts + - New style for breadcrumb + - New Palette based on a work by Tobias Bernard for the Fractal application - Color that aren't based on semantics diff --git a/css/style.css b/css/style.css index 0ef80d8..08cff1d 100644 --- a/css/style.css +++ b/css/style.css @@ -252,7 +252,11 @@ a.list-group-item:hover { /* ------------------ BREADCRUMB ------------------- */ .breadcrumb { - box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3); + box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.2); + border-color:rgba(0,0,0,0.3); + border-width:1px; + background-color:#eeeeec; + margin-bottom:1.2em; } /* ------------------ PARTAGE RESEAUX SOCIAUX ------------------- */