Git Repository Public Repository

RRRRHHHH_Artifacts

URLs

Copy to Clipboard
 
5ed05c1917cf1f2cd3bebb8729abfbc2e9879958
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_ArtifactsIt1Artifacs/html-docs/assets/css/jquery.bonsai.css

Diff revisions: vs.
Revision Author Commited Message
5ed05c ... jcampos004 Fri 27 Feb, 2015 10:30:30 +0000

It 0 and It1 artifacts put together