mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
35 lines
587 B
Plaintext
Executable File
35 lines
587 B
Plaintext
Executable File
// BREADCRUMBS
|
|
// -----------
|
|
|
|
.breadcrumb {
|
|
padding: 7px 14px;
|
|
margin: 0 0 @baseLineHeight;
|
|
list-style: none;
|
|
#gradient > .vertical(@white, #f5f5f5);
|
|
border: 1px solid #ddd;
|
|
font-weight: 700;
|
|
.border-radius(3px);
|
|
.box-shadow(inset 0 1px 0 @white);
|
|
li {
|
|
display: inline-block;
|
|
.ie7-inline-block();
|
|
text-shadow: 0 1px 0 @white;
|
|
}
|
|
.divider {
|
|
padding: 0 5px;
|
|
color: @grayLight;
|
|
}
|
|
.active a {
|
|
color: @grayDark;
|
|
}
|
|
}
|
|
|
|
.download-buttons {
|
|
padding: 0 8px 0 0;
|
|
display: inline-block;
|
|
}
|
|
|
|
.rss-icon {
|
|
clear: both;
|
|
display: inline-table;
|
|
} |