Commit 0d35850e authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

css Breadcrumb (width 100%, couleur et bordures)

parent 3a7c4797
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@
  margin: 0px;
  min-height:20px;
  font-size: 10px;
  width: 100%;

}
#breadcrumb ol {
  border-radius:0;
@@ -43,3 +45,8 @@
    text-decoration: none;
    color:red;
}
.breadcrumb{
  background-color: #fbfbfb;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
}
 No newline at end of file