mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
Update style
This commit is contained in:
parent
cc91b4478f
commit
bbd0357978
8 changed files with 26 additions and 6 deletions
|
|
@ -142,6 +142,17 @@ pre {
|
|||
margin:1em 0;
|
||||
}
|
||||
|
||||
.tags {
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
.tags a {
|
||||
background-color: #f9f2f4;
|
||||
border-radius: 4px;
|
||||
color: #c7254e;
|
||||
padding: 2px 4px;
|
||||
}
|
||||
|
||||
/*-------------------------
|
||||
Table
|
||||
--------------------------*/
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
<?php echo $p->body; ?>
|
||||
</div><!--//desc-->
|
||||
<div style="margin-top:30px;position:relative;">
|
||||
<span class="tags"><i class="fa fa-tags"></i> <?php echo $p->tag;?></span>
|
||||
<span class="tags"><i class="fa fa-tags"></i> <?php echo $p->tag;?></span>
|
||||
<?php if (disqus_count()) { ?>
|
||||
<span><i class="fa fa-comments"></i> <a href="<?php echo $p->url ?>#disqus_thread"> comments</a></span>
|
||||
<?php } elseif (facebook()) { ?>
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@
|
|||
<div class="post-body" itemprop="articleBody">
|
||||
<?php echo $p->body; ?>
|
||||
</div>
|
||||
<div class="tags"><strong>Tags:</strong> <?php echo $p->tag;?></div>
|
||||
</div>
|
||||
<div class="separator">→</div>
|
||||
<div class="share-box">
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@
|
|||
<div class="post-body" itemprop="articleBody">
|
||||
<?php echo $p->body; ?>
|
||||
</div>
|
||||
<div class="tags"><strong>Tags:</strong> <?php echo $p->tag;?></div>
|
||||
</div>
|
||||
<div class="separator">→</div>
|
||||
<div class="share-box">
|
||||
|
|
|
|||
|
|
@ -154,6 +154,10 @@ a:hover {
|
|||
font-family: 'Open Sans', sans-serif;
|
||||
}
|
||||
|
||||
.tags a {
|
||||
margin-right:3px;
|
||||
}
|
||||
|
||||
/*-------------------------
|
||||
Text element
|
||||
--------------------------*/
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@
|
|||
<div class="post-body" itemprop="articleBody">
|
||||
<?php echo $p->body; ?>
|
||||
</div>
|
||||
<div class="tags"><strong>Tags:</strong> <?php echo $p->tag;?></div>
|
||||
</div>
|
||||
<div class="separator">→</div>
|
||||
<div class="share-box">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue