Merge branch 'testing' into 'master'

Fix Comment section Overrun



See merge request !7
This commit is contained in:
Yukimi Kazari 2016-09-16 07:05:53 -04:00
commit 30a96092c4

View File

@ -592,7 +592,7 @@ div#comment-list>div.post>div.col2>div.header{margin-bottom:1em}
div#comment-list>div.post>div.col2>div.header>div>span.info{margin-right:1em}
div#comment-list>div.post>div.col2>div.header>div.tags>span{margin:0 .5em 0 0}
div.content-post{float:left}
div.content{display:table-cell;margin:0;width:50%}
div.content{display:table-cell;margin:0;width:75%}
div.footer{clear:both;color:#bf5e65;font-size:120%;margin-top:1em;text-align:center}
div.footer.footer-aligned-to-content{clear:none}
div.footer>.footer-disabled{color:#777}