123456789101112131415161718192021222324252627282930313233 |
- // Breadcrumbs
- // -------------------------
- // Footer
- // -------------------------
- footer {
- .breadcrumb {
- background: none;
- border: none;
- margin: 0px;
- padding: 0px;
- font-weight: bold;
- text-shadow: none;
- li {
- text-shadow: none;
- a:link, a:active, a:visited, a:hover {
- color: @textColor;
- }
- .divider {
- .opacity(30);
- margin-left: -6px;
- }
- &.active {
- color: @gray;
- }
- }
- }
- }
|