Compare commits

...

4 Commits

Author SHA1 Message Date
812bf33ab9 Pagination 2019-04-21 13:02:09 +03:00
fde50b12bb Center image 2019-04-21 12:41:53 +03:00
dc905e43a9 Remove image popup 2019-04-21 12:40:15 +03:00
947c137b2c Image popup 2019-04-21 12:12:43 +03:00

View File

@ -329,3 +329,27 @@ pre, code, kbd, samp
.panel {
padding-bottom: 12px;
}
.img-center {
text-align: center;
}
.pagination a {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
border-radius: 5px;
border: 1px solid #ddd;
margin: 0 4px;
}
.pagination a.active {
border-radius: 5px;
background-color: #888888;
color: white;
}
.pagination a:hover:not(.active) {
background-color: #ddd;
}