Fix css bug
This commit is contained in:
parent
22470c2f58
commit
5c9acd0bf1
2 changed files with 7 additions and 2 deletions
|
@ -51,7 +51,6 @@
|
|||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
padding-left: 1em;
|
||||
padding-right: 0.5em;
|
||||
|
||||
|
@ -84,6 +83,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.no-dot-blog-sidebox {
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
}
|
||||
|
||||
.blog-comment-count {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue