trace in mac
This commit is contained in:
parent
6ea8b72ee3
commit
f13c82a6a8
1 changed files with 8 additions and 3 deletions
|
@ -250,7 +250,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.bcsep {
|
.bcsep {
|
||||||
display: inline-block;
|
float: left;
|
||||||
|
clear: both;
|
||||||
|
display: block;
|
||||||
|
width: 3%;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
color: @color-link;
|
color: @color-link;
|
||||||
padding-top: .3em;
|
padding-top: .3em;
|
||||||
|
@ -263,10 +266,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
bdi {
|
bdi {
|
||||||
display: inline-block;
|
display: block;
|
||||||
width: 95%;
|
float: left;
|
||||||
|
width: 94%;
|
||||||
line-height: 125%;
|
line-height: 125%;
|
||||||
padding: .1rem 0;
|
padding: .1rem 0;
|
||||||
|
margin-left: 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue