mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 12:36:23 +05:30
Update style
This commit is contained in:
parent
cc91b4478f
commit
bbd0357978
8 changed files with 26 additions and 6 deletions
|
|
@ -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