pagination fixed
This commit is contained in:
parent
5b5ce1faac
commit
fee23b9d75
4 changed files with 15 additions and 10 deletions
|
@ -102,8 +102,10 @@
|
||||||
bottom:0px;
|
bottom:0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
footer {
|
.clear {
|
||||||
clear:both;
|
clear:both;
|
||||||
|
}
|
||||||
|
footer {
|
||||||
padding-top: 2rem;
|
padding-top: 2rem;
|
||||||
margin: 25px 0px;
|
margin: 25px 0px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
color: #F1F1F1;
|
color: #F1F1F1;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #222;
|
color: #F1F1F1;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
@ -32,9 +32,6 @@
|
||||||
font-family: Georgia, Lucida, serif;
|
font-family: Georgia, Lucida, serif;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
header a {
|
|
||||||
color: #F1F1F1
|
|
||||||
}
|
|
||||||
h1 a{
|
h1 a{
|
||||||
color: #CC2027;
|
color: #CC2027;
|
||||||
}
|
}
|
||||||
|
@ -104,8 +101,10 @@
|
||||||
bottom:0px;
|
bottom:0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
footer {
|
.clear {
|
||||||
clear:both;
|
clear:both;
|
||||||
|
}
|
||||||
|
footer {
|
||||||
padding-top: 2rem;
|
padding-top: 2rem;
|
||||||
margin: 25px 0px;
|
margin: 25px 0px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -121,8 +121,10 @@
|
||||||
#gallery li:hover em {
|
#gallery li:hover em {
|
||||||
opacity:1;
|
opacity:1;
|
||||||
}
|
}
|
||||||
footer {
|
.clear {
|
||||||
clear:both;
|
clear:both;
|
||||||
|
}
|
||||||
|
footer {
|
||||||
padding-top: 2rem;
|
padding-top: 2rem;
|
||||||
margin: 25px 0px;
|
margin: 25px 0px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -199,7 +201,7 @@
|
||||||
<% thumbnails %>
|
<% thumbnails %>
|
||||||
</ul>
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
<nav role="navigation"><% page_navigation %></nav>
|
<nav class="clear" role="navigation"><% page_navigation %></nav>
|
||||||
<a href="#top" id="backtop">top</a>
|
<a href="#top" id="backtop">top</a>
|
||||||
<footer role="contentinfo">
|
<footer role="contentinfo">
|
||||||
Gallery by <% author %> /
|
Gallery by <% author %> /
|
||||||
|
|
|
@ -98,9 +98,11 @@
|
||||||
#gallery li:hover em {
|
#gallery li:hover em {
|
||||||
top:0;
|
top:0;
|
||||||
}
|
}
|
||||||
|
.clear {
|
||||||
|
clear:both;
|
||||||
|
}
|
||||||
footer {
|
footer {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
clear:both;
|
|
||||||
padding-top: 2rem;
|
padding-top: 2rem;
|
||||||
margin: 25px 0px;
|
margin: 25px 0px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -177,7 +179,7 @@
|
||||||
<% thumbnails %>
|
<% thumbnails %>
|
||||||
</ul>
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
<nav role="navigation"><% page_navigation %></nav>
|
<nav class="clear" role="navigation"><% page_navigation %></nav>
|
||||||
<a href="#top" id="backtop">top</a>
|
<a href="#top" id="backtop">top</a>
|
||||||
<footer role="contentinfo">
|
<footer role="contentinfo">
|
||||||
Gallery by <% author %> /
|
Gallery by <% author %> /
|
||||||
|
|
Loading…
Reference in a new issue