This commit is contained in:
Andrei Astafev 2019-04-24 18:22:54 +03:00
parent 812bf33ab9
commit b609819678

View File

@ -353,3 +353,19 @@ pre, code, kbd, samp
.pagination a:hover:not(.active) { .pagination a:hover:not(.active) {
background-color: #ddd; background-color: #ddd;
} }
table {
width: 100%;
margin-bottom: 16px;
}
th, td {
width: 50%;
padding: 5px;
text-align: left;
border: 1px solid #ddd;
}
tr:hover {
background-color: #f5f5f5;
}