Compare commits

...

1 Commits

Author SHA1 Message Date
812bf33ab9 Pagination 2019-04-21 13:02:09 +03:00

View File

@ -333,3 +333,23 @@ pre, code, kbd, samp
.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;
}