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