mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 13:06:22 +05:30
Add disqus recent comments
Add disqus recent comments to the core.
This commit is contained in:
parent
6e5926f9a4
commit
2591e69497
3 changed files with 59 additions and 1 deletions
|
|
@ -585,7 +585,7 @@ ul li, ol li{
|
|||
margin:0;
|
||||
}
|
||||
|
||||
.about, .social, .archive, .tagcloud {
|
||||
.about, .social, .archive, .comments, .tagcloud {
|
||||
margin-bottom:2em;
|
||||
}
|
||||
|
||||
|
|
@ -793,6 +793,11 @@ table.post-list td a {
|
|||
margin-bottom:1em;
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
word-wrap:break-word;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media all and (max-width: 360px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue