repo.or.cz
/
gitter.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'hotfix/21.56.9' into master
[gitter.git]
/
public
/
js
/
views
/
modals
/
markdown-view.less
blob
b011f8188f6c95140e508a69e4facc0fb9be1870
1
@import (reference) "../../../less/colors.less";
2
3
.markdown-help-content {
4
width: 100%;
5
border-spacing: 0;
6
7
thead {
8
text-align: left;
9
}
10
11
th {
12
13
}
14
15
tr:first-child td{
16
border-top: 0;
17
}
18
19
tr:nth-child(even) {
20
background-color: fade(@trpDarkBlue, 5%);
21
}
22
23
td {
24
border-top: 1px solid fade(@trpDarkBlue, 10%);
25
min-width: 180px;
26
}
27
28
a {
29
color: @trpLightBlue;
30
}
31
32
tr {
33
line-height: 30px;
34
}
35
}