diff --git a/bootstyle/article-list.ftl b/bootstyle/article-list.ftl index 6bca0f2..5ba5c57 100644 --- a/bootstyle/article-list.ftl +++ b/bootstyle/article-list.ftl @@ -1,57 +1,46 @@ - + + <#if paginationCurrentPageNum != paginationPageCount && 0 != paginationPageCount> -
${moreLabel}
+
${moreLabel}
\ No newline at end of file diff --git a/bootstyle/author-articles.ftl b/bootstyle/author-articles.ftl index dd62eea..2d08170 100644 --- a/bootstyle/author-articles.ftl +++ b/bootstyle/author-articles.ftl @@ -1,21 +1,24 @@ <#include "macro-head.ftl"> - - <@head title="${authorName} - ${blogTitle}"> - - - - - - ${topBarReplacement} - <#include "header.ftl"> -
-
-

${author1Label}${authorName}

- <#include "article-list.ftl"> -
+ +<@head title="${blogTitle}"> + + + + + +<#include "header.ftl"> +
+
+
+ <#include "article-list.ftl">
- <#include "footer.ftl"> - + +
+
+<#include "footer.ftl"> + diff --git a/bootstyle/css/bootstyle.css b/bootstyle/css/bootstyle.css index c93785e..32e6801 100644 --- a/bootstyle/css/bootstyle.css +++ b/bootstyle/css/bootstyle.css @@ -2,8 +2,16 @@ body.top-navbar { padding-top: 60px; } -#sidebar a:hover{ +a:hover{ text-decoration:none; + color: #00B; +} + +.page-header a{ + color: #000000; +} +.page-header a:hover{ + color: #9A9A9A; } .page-header-m{ @@ -16,10 +24,6 @@ body.top-navbar { color: #585858; } -.page-header-bottom a:hover{ - text-decoration: none; -} - .article-tags{ color: #676767; font-size: 12px; @@ -29,6 +33,13 @@ body.top-navbar { text-decoration: none; } +#footer{ + margin-top: 20px; +} #footer .container{ padding: 10px 15px 10px; +} + +.pagination-btn{ + margin-top: 20px; } \ No newline at end of file diff --git a/bootstyle/footer.ftl b/bootstyle/footer.ftl index de10228..386c1bf 100644 --- a/bootstyle/footer.ftl +++ b/bootstyle/footer.ftl @@ -1,4 +1,4 @@ -