Compare commits

...

1 Commits

Author SHA1 Message Date
b609819678 Table 2019-04-24 18:22:54 +03:00

View File

@ -353,3 +353,19 @@ pre, code, kbd, samp
.pagination a:hover:not(.active) {
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;
}