Update next previous post

This commit is contained in:
agusmakmun
2016-04-19 17:04:04 +07:00
parent 405aefce60
commit 8385a96698
2 changed files with 27 additions and 1 deletions

View File

@@ -94,7 +94,7 @@ div.content {
div.content pre {
background: #333333;
padding: 5px;
padding: 10px;
color: #FFF;
overflow-x: auto;
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
@@ -172,3 +172,20 @@ div.col-sm-3 img#about {
margin-left: auto;
margin-right: auto;
}
.PageNavigation {
font-size: 14px;
display: block;
width: auto;
overflow: hidden;
}
.PageNavigation a {
display: block;
width: 50%;
float: left;
margin: 1em 0;
}
.PageNavigation .next {
text-align: right;
}