Format
This commit is contained in:
parent
d76e83a7bc
commit
42f5d72185
1 changed files with 10 additions and 5 deletions
|
@ -67,22 +67,27 @@
|
|||
}
|
||||
|
||||
p {
|
||||
border: 1px solid @color-border;
|
||||
background-color: @background_page-header;
|
||||
padding: .4rem;
|
||||
max-height: 6rem;
|
||||
overflow-y: auto;
|
||||
.bchead, .bcsep {
|
||||
background-color: @background_page-header;
|
||||
border: 1px solid @color-border;
|
||||
padding: .4rem;
|
||||
|
||||
.bchead,
|
||||
.bcsep {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.breadcrumbs {
|
||||
padding: 0; margin: 0;
|
||||
}
|
||||
|
||||
bdi {
|
||||
display: block;
|
||||
line-height: 125%;
|
||||
padding: .1rem 0;
|
||||
}
|
||||
|
||||
a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue