fix vertical position of cdm collapse button in floating title
This commit is contained in:
parent
20deb5fc32
commit
3eec1de393
|
@ -1015,6 +1015,10 @@ span.collapseBtn {
|
||||||
cursor : pointer;
|
cursor : pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.collapseBtn img {
|
||||||
|
vertical-align : middle;
|
||||||
|
}
|
||||||
|
|
||||||
div.postContent h1 {
|
div.postContent h1 {
|
||||||
font-size : 16px;
|
font-size : 16px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue