Merge branch 'hotfix/21.56.9' into master
[gitter.git] / public / js / views / modals / markdown-view.less
blobb011f8188f6c95140e508a69e4facc0fb9be1870
1 @import (reference) "../../../less/colors.less";
3 .markdown-help-content {
4   width: 100%;
5   border-spacing: 0;
7   thead {
8     text-align: left;
9   }
11   th {
13   }
15   tr:first-child td{
16     border-top: 0;
17   }
19   tr:nth-child(even) {
20     background-color: fade(@trpDarkBlue, 5%);
21   }
23   td {
24     border-top: 1px solid fade(@trpDarkBlue, 10%);
25     min-width: 180px;
26   }
28   a {
29     color: @trpLightBlue;
30   }
32   tr {
33     line-height: 30px;
34   }