PHP Classes

File: themes/demo/assets/vendor/bootstrap/less/breadcrumbs.less

Recommend this page to a friend!
  Packages of Luke Towers   Winter   themes/demo/assets/vendor/bootstrap/less/breadcrumbs.less   Download  
File: themes/demo/assets/vendor/bootstrap/less/breadcrumbs.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 8 months ago
Size: 594 bytes
 

Contents

Class file image Download
// // Breadcrumbs // -------------------------------------------------- .breadcrumb { padding: @breadcrumb-padding-vertical @breadcrumb-padding-horizontal; margin-bottom: @line-height-computed; list-style: none; background-color: @breadcrumb-bg; border-radius: @border-radius-base; > li { display: inline-block; + li:before { content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space padding: 0 5px; color: @breadcrumb-color; } } > .active { color: @breadcrumb-active-color; } }