Commit e175c875 authored by Murukesh Mohanan's avatar Murukesh Mohanan

styling for fb comment box

parent f0415320
...@@ -26,8 +26,10 @@ pagestyle: posts ...@@ -26,8 +26,10 @@ pagestyle: posts
{{ content }} {{ content }}
</section> </section>
<section class="comments">
<div class="fb-comments" <div class="fb-comments"
data-href="{{site.myurl}}{{page.url}}" data-href="{{site.myurl}}{{page.url}}"
data-width="100%" data-width="100%"
data-numposts="10" data-numposts="10"
data-colorscheme="dark"></div> data-colorscheme="dark"></div>
</section>
...@@ -55,6 +55,9 @@ pre span.lineno { ...@@ -55,6 +55,9 @@ pre span.lineno {
visibility: collapse; visibility: collapse;
} }
.comments {
background-color: grey;
}
@media screen and (orientation:landscape) { @media screen and (orientation:landscape) {
.post-date { .post-date {
float: right; float: right;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment