llvm-project/lldb/docs/_static/lldb.css

27 lines
354 B
CSS

table.mapping {
width: 100%;
}
table.mapping td {
width: 50%;
padding: 5px;
}
table.mapping td.hed {
background: #606060;
color: white;
text-align: left;
border-bottom: 2px #fff solid;
font-weight: bold;
}
table.mapping td.header {
background: #eee;
}
table.mapping td.content {
font-family: monospace;
padding-bottom: 15px;
}