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;
|
||||
width: 100%;
|
||||
}
|
||||
footer {
|
||||
.clear {
|
||||
clear:both;
|
||||
}
|
||||
footer {
|
||||
padding-top: 2rem;
|
||||
margin: 25px 0px;
|
||||
text-align: center;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 %>
|
||||
</ul>
|
||||
</main>
|
||||
<nav role="navigation"><% page_navigation %></nav>
|
||||
<nav class="clear" role="navigation"><% page_navigation %></nav>
|
||||
<a href="#top" id="backtop">top</a>
|
||||
<footer role="contentinfo">
|
||||
Gallery by <% author %> /
|
||||
|
|
|
@ -98,9 +98,11 @@
|
|||
#gallery li:hover em {
|
||||
top:0;
|
||||
}
|
||||
.clear {
|
||||
clear:both;
|
||||
}
|
||||
footer {
|
||||
font-weight: bold;
|
||||
clear:both;
|
||||
padding-top: 2rem;
|
||||
margin: 25px 0px;
|
||||
text-align: center;
|
||||
|
@ -177,7 +179,7 @@
|
|||
<% thumbnails %>
|
||||
</ul>
|
||||
</main>
|
||||
<nav role="navigation"><% page_navigation %></nav>
|
||||
<nav class="clear" role="navigation"><% page_navigation %></nav>
|
||||
<a href="#top" id="backtop">top</a>
|
||||
<footer role="contentinfo">
|
||||
Gallery by <% author %> /
|
||||
|
|
Loading…
Reference in a new issue