2015-11-04 13:13:19 -05:00
|
|
|
table .sherlock-code {
|
|
|
|
max-width: 700px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sherlock-code {
|
|
|
|
pre {
|
|
|
|
word-wrap: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre code {
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.sherlock-line-samples-table {
|
2016-03-16 19:29:47 -04:00
|
|
|
margin-bottom: 0 !important;
|
2015-11-04 13:13:19 -05:00
|
|
|
|
|
|
|
thead tr th,
|
|
|
|
tbody tr td {
|
|
|
|
font-size: 13px !important;
|
|
|
|
text-align: right;
|
2016-03-16 19:29:47 -04:00
|
|
|
padding: 0 10px !important;
|
2015-11-04 13:13:19 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.sherlock-file-sample pre {
|
|
|
|
padding-top: 28px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sherlock-line-samples-table .slow {
|
2017-03-23 12:04:25 -04:00
|
|
|
color: $red-500;
|
2015-11-04 13:13:19 -05:00
|
|
|
font-weight: bold;
|
|
|
|
}
|