BUGIFX: added some set_language functions, fixed some strings for translation, fixed...
[e-DoKo.git] / css / bootstrap / breadcrumbs.less
1 //
2 // Breadcrumbs
3 // --------------------------------------------------
4
5
6 .breadcrumb {
7   padding: 8px 15px;
8   margin: 0 0 @baseLineHeight;
9   list-style: none;
10   background-color: #f5f5f5;
11   .border-radius(4px);
12   li {
13     display: inline-block;
14     .ie7-inline-block();
15     text-shadow: 0 1px 0 @white;
16   }
17   .divider {
18     padding: 0 5px;
19     color: #ccc;
20   }
21   .active {
22     color: @grayLight;
23   }
24 }