place name center
This commit is contained in:
@@ -191,7 +191,7 @@ function create_button(direction, to) {{
|
||||
<div class="post">
|
||||
<div class="navigation"></div>
|
||||
<div class=center><a href="{image}"><img class=post_image src=".med/{image}.jpg"></a></div>
|
||||
<p class="meta"><span class="date">{title}</span></p>
|
||||
<p class="meta"><span class="name">{title}</span></p>
|
||||
<div style="clear: both;"> </div>
|
||||
<div class="entry">{content}</div>
|
||||
</div>""".format(
|
||||
|
||||
@@ -154,18 +154,16 @@ a:hover {
|
||||
.post .meta {
|
||||
/* margin-bottom: 30px;*/
|
||||
padding: 5px 0px 15px 0px;
|
||||
text-align: left;
|
||||
text-align: center;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.post .meta .date {
|
||||
float: left;
|
||||
.post .meta .name {
|
||||
}
|
||||
|
||||
.post .meta .posted {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.post .meta a {
|
||||
|
||||
Reference in New Issue
Block a user