Mercurial > p > roundup > code
view 3rdparty/bootstrap/less/breadcrumbs.less @ 5204:c8bf4e9912ed
convert classic template for csrf defense
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 18 Mar 2017 22:55:50 -0400 |
| parents | c109f7c1e477 |
| children |
line wrap: on
line source
// // Breadcrumbs // -------------------------------------------------- .breadcrumb { padding: 8px 15px; margin: 0 0 @baseLineHeight; list-style: none; background-color: #f5f5f5; .border-radius(@baseBorderRadius); > li { display: inline-block; .ie7-inline-block(); text-shadow: 0 1px 0 @white; > .divider { padding: 0 5px; color: #ccc; } } > .active { color: @grayLight; } }
