add hr before comments

master
cornernote 2015-08-12 14:35:17 +09:30
parent 2eda9777a4
commit 386b8c7946
2 changed files with 24 additions and 1 deletions

View File

@ -107,4 +107,26 @@ pre.readme {
.thumbnail, img {
max-width: 100%;
}
}
hr.comments {
margin: 25px auto 30px;
padding: 0;
/*max-width: 250px;*/
border: 0;
border-top: solid 5px;
text-align: center;
border-color: #527394;
}
hr.comments:after {
content: "\e111";
display: inline-block;
position: relative;
top: -.8em;
padding: 0 .25em;
font-family: Glyphicons Halflings;
font-size: 2em;
color: #527394;
background-color: #fff;
}

View File

@ -85,6 +85,7 @@ $this->params['breadcrumbs'][] = $this->title;
</div>
</div>
<hr class="comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'minetest-bower';