corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 .table:not(.table-condensed) > tbody > tr > td.treenode {
2 padding-top: 0;
3 padding-bottom: 0;
4 border-bottom: solid #fff 1px;
5 }
6  
7 .table:not(.table-condensed) > tbody > tr:last-child > td.treenode {
8 border-bottom: none;
9 }
10  
11 .treenode {
12 .text {
13 float: left;
14 display: block;
15 padding-top: 6px;
16 padding-bottom: 6px;
17 }
18 .vertical,
19 .vertical.last {
20 float: left;
21 display: block;
22 width: 1px;
23 border-left: dashed silver 1px;
24 height: 38px;
25 margin-left: 8px;
26 }
27 .vertical.last {
28 height: 15px;
29 }
30  
31 .space,
32 .node {
33 float: left;
34 display: block;
35 width: 15px;
36 height: 5px;
37 margin-top: 15px;
38 }
39  
40 .node {
41 border-top: dashed silver 1px;
42 }
43 }