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{
|
||||
padding-left: (@icon-size + .5);
|
||||
}
|
||||
|
||||
ul{
|
||||
border-bottom: 1px solid @color-border;
|
||||
}
|
||||
p{
|
||||
|
||||
p {
|
||||
border: 1px solid @color-border;
|
||||
background-color: @background_page-header;
|
||||
padding: .4rem;
|
||||
max-height: 6rem;
|
||||
overflow-y: auto;
|
||||
.bchead, .bcsep{
|
||||
.bchead, .bcsep {
|
||||
display: none;
|
||||
}
|
||||
.breadcrumbs{
|
||||
.breadcrumbs {
|
||||
padding: 0; margin: 0;
|
||||
}
|
||||
bdi{
|
||||
bdi {
|
||||
display: block;
|
||||
line-height: 125%;
|
||||
padding: .1rem 0;
|
||||
}
|
||||
a{
|
||||
a {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue