bootstrap-source/bootstrap-3.0.3/less/breadcrumbs.less
changeset 115 a9d04f5f5650
parent 114 6093dda9fe38
child 116 00287f05dc6a
     1.1 --- a/bootstrap-source/bootstrap-3.0.3/less/breadcrumbs.less	Sat Jan 18 12:34:36 2014 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,23 +0,0 @@
     1.4 -//
     1.5 -// Breadcrumbs
     1.6 -// --------------------------------------------------
     1.7 -
     1.8 -
     1.9 -.breadcrumb {
    1.10 -  padding: 8px 15px;
    1.11 -  margin-bottom: @line-height-computed;
    1.12 -  list-style: none;
    1.13 -  background-color: @breadcrumb-bg;
    1.14 -  border-radius: @border-radius-base;
    1.15 -  > li {
    1.16 -    display: inline-block;
    1.17 -    + li:before {
    1.18 -      content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
    1.19 -      padding: 0 5px;
    1.20 -      color: @breadcrumb-color;
    1.21 -    }
    1.22 -  }
    1.23 -  > .active {
    1.24 -    color: @breadcrumb-active-color;
    1.25 -  }
    1.26 -}
Impressum Datenschutzerklärung