Format
This commit is contained in:
parent
19265a3d2c
commit
d76e83a7bc
1 changed files with 7 additions and 5 deletions
|
@ -61,27 +61,29 @@
|
||||||
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;
|
border: 1px solid @color-border;
|
||||||
background-color: @background_page-header;
|
background-color: @background_page-header;
|
||||||
padding: .4rem;
|
padding: .4rem;
|
||||||
max-height: 6rem;
|
max-height: 6rem;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
.bchead, .bcsep{
|
.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