Update css

This commit is contained in:
agusmakmun
2016-04-20 02:40:21 +07:00
parent 28de9e58c6
commit 8c02a2da5f

View File

@@ -172,6 +172,7 @@ div.col-sm-3 img#about {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
.PageNavigation { .PageNavigation {
font-size: 14px; font-size: 14px;
display: block; display: block;
@@ -189,3 +190,6 @@ div.col-sm-3 img#about {
.PageNavigation .next { .PageNavigation .next {
text-align: right; text-align: right;
} }
.PageNavigation .prev {
text-align: left;
}