add hr before comments
This commit is contained in:
parent
2eda9777a4
commit
386b8c7946
@ -108,3 +108,25 @@ 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;
|
||||
}
|
||||
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user