This commit is contained in:
2019-04-23 14:53:16 +03:00
parent 324f564aeb
commit 7c64668e7f
2 changed files with 235 additions and 79 deletions

12
wiki/css/clang-table.css Normal file
View File

@@ -0,0 +1,12 @@
table {
margin-bottom: 16px;
}
th, td {
width: 50%;
padding: 5px;
text-align: left;
border: 1px solid #ddd;
}
tr:hover {background-color:#f5f5f5;}