Initial repo
This commit is contained in:
Executable
+18
@@ -0,0 +1,18 @@
|
||||
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
|
||||
table { border-collapse:collapse; border-spacing:0; }
|
||||
fieldset,img { border:0; }
|
||||
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
|
||||
caption,th { text-align:left; }
|
||||
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
|
||||
q:before,q:after { content:''; }
|
||||
abbr,acronym { border:0; }
|
||||
|
||||
body { background: #fff; }
|
||||
/* optional Container STYLES */
|
||||
.chart { height: 1000px; margin: 5px; width: 1000px; }
|
||||
.Treant > .node { padding: 3px; border: 1px solid #484848; border-radius: 3px; }
|
||||
.Treant > .node img { width: 100px; height: 100px; }
|
||||
|
||||
.Treant .collapse-switch { width: 100%; height: 100%; border: none; }
|
||||
.Treant .node.collapsed { background-color: #DEF82D; }
|
||||
.Treant .node.collapsed .collapse-switch { background: none; }
|
||||
Reference in New Issue
Block a user