Skip to content

Commit 67b494d

Browse files
committed
rename _markdown to _markup
1 parent 5794c70 commit 67b494d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

web_src/less/_markup.less

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,34 @@
473473
box-shadow: inset 0 -1px 0 var(--color-secondary);
474474
}
475475

476+
<<<<<<< HEAD
477+
=======
478+
.csv-data td,
479+
.csv-data th {
480+
padding: 5px;
481+
overflow: hidden;
482+
font-size: 12px;
483+
line-height: 1;
484+
text-align: left;
485+
white-space: nowrap;
486+
}
487+
488+
.csv-data .blob-num {
489+
padding: 10px 8px 9px;
490+
text-align: right;
491+
border: 0;
492+
}
493+
494+
.csv-data tr {
495+
border-top: 0;
496+
}
497+
498+
.csv-data th {
499+
font-weight: 600;
500+
border-top: 0;
501+
}
502+
503+
>>>>>>> e38bfb88d... rename _markdown to _markup
476504
.ui.list .list,
477505
ol.ui.list ol,
478506
ul.ui.list ul {

0 commit comments

Comments
 (0)