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