stab-crashes/style.css

40 строки
453 B
CSS
Исходник Обычный вид История

2016-06-01 17:03:27 +03:00
table {
border-collapse: collapse;
}
th, td {
padding: 8px;
padding-top: 40px;
padding-bottom: 40px;
}
th {
border-bottom: 2px solid #ddd;
font-weight: bold;
}
td {
border-top: 1px solid #ddd;
}
.resolved {
text-decoration: line-through;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.x.axis path {
display: none;
}
.line {
fill: none;
stroke: steelblue;
stroke-width: 1.5px;
}