dsp-site/wiki/css/clang-table.css

13 lines
161 B
CSS
Raw Normal View History

2019-04-23 11:53:16 +00:00
table {
margin-bottom: 16px;
}
th, td {
width: 50%;
padding: 5px;
text-align: left;
border: 1px solid #ddd;
}
tr:hover {background-color:#f5f5f5;}