diff --git a/templates/board.html b/templates/board.html index 8c9ce88..d9a1408 100644 --- a/templates/board.html +++ b/templates/board.html @@ -102,8 +102,10 @@ bottom:0px; width: 100%; } - footer { + .clear { clear:both; + } + footer { padding-top: 2rem; margin: 25px 0px; text-align: center; diff --git a/templates/darksideboard.html b/templates/darksideboard.html index 60d3a64..c8f5755 100644 --- a/templates/darksideboard.html +++ b/templates/darksideboard.html @@ -23,7 +23,7 @@ color: #F1F1F1; } a { - color: #222; + color: #F1F1F1; font-weight: bold; text-decoration: none; } @@ -32,9 +32,6 @@ font-family: Georgia, Lucida, serif; font-style: italic; } - header a { - color: #F1F1F1 - } h1 a{ color: #CC2027; } @@ -104,8 +101,10 @@ bottom:0px; width: 100%; } - footer { + .clear { clear:both; + } + footer { padding-top: 2rem; margin: 25px 0px; text-align: center; diff --git a/templates/rounded.html b/templates/rounded.html index a65b943..15841be 100644 --- a/templates/rounded.html +++ b/templates/rounded.html @@ -121,8 +121,10 @@ #gallery li:hover em { opacity:1; } - footer { + .clear { clear:both; + } + footer { padding-top: 2rem; margin: 25px 0px; text-align: center; @@ -199,7 +201,7 @@ <% thumbnails %> - + top