mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-13 19:23:33 +08:00
4cc2207513
Original unminified source code (dev folder - js, css, less) (fixes #6) Grunt build system Multiple identities correction (fixes #9) Compose html editor (fixes #12) New general settings - Loading Description New warning about default admin password Split general and login screen settings
24 lines
403 B
Text
24 lines
403 B
Text
//
|
|
// Breadcrumbs
|
|
// --------------------------------------------------
|
|
|
|
|
|
.breadcrumb {
|
|
padding: 8px 15px;
|
|
margin: 0 0 @baseLineHeight;
|
|
list-style: none;
|
|
background-color: #f5f5f5;
|
|
.border-radius(4px);
|
|
li {
|
|
display: inline-block;
|
|
.ie7-inline-block();
|
|
text-shadow: 0 1px 0 @white;
|
|
}
|
|
.divider {
|
|
padding: 0 5px;
|
|
color: #ccc;
|
|
}
|
|
.active {
|
|
color: @grayLight;
|
|
}
|
|
}
|