Table
This commit is contained in:
parent
812bf33ab9
commit
b609819678
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user