Git Repository Public Repository

RRRRHHHH_Artifacts

URLs

Copy to Clipboard
 
872a7fddae53dea267c2b1776893af5c4b68772a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em; /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em; /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '▸';
}

li.has-children.expanded > .thumb:after {
  content: '▾';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

Commits for RRRRHHHH_ArtifactsIt2Artifacts/html-docs/assets/css/jquery.bonsai.css

Diff revisions: vs.
Revision Author Commited Message
872a7f ... Diff Diff pinene picture pinene Sun 19 Apr, 2015 19:30:23 +0000

html docs

e9fd6b ... Diff Diff camjan Sun 19 Apr, 2015 19:25:02 +0000

2.it domain model changed

25f337 ... camjan Wed 15 Apr, 2015 19:52:02 +0000

Artifacs without HTML docs