File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 6
6
< title > Quercus.js Demo</ title >
7
7
8
8
< link rel ="stylesheet " href ="src/treeview.css ">
9
-
9
+ < link rel =" icon " href =" favicon.ico " >
10
10
< style >
11
11
/* General page styling, distinct from treeview.css */
12
12
body {
78
78
.custom-treeview-wrapper .custom-node-status-inactive {
79
79
color : # dc3545 ;
80
80
}
81
+
82
+ .main-header {
83
+ display : flex;
84
+ justify-content : center;
85
+ align-items : center;
86
+ }
87
+
88
+ .main-header h1 {
89
+ margin : 20px ;
90
+ }
91
+
92
+
81
93
</ style >
82
94
</ head >
83
95
< body >
84
- < h1 > Quercus.js - Live Demo</ h1 >
96
+ < div class =" main-header " > < img height =" 40px " src =" logo.png " > < h1 > Quercus.js - Live Demo</ h1 > < img height =" 40px " src =" logo.png " > </ div >
85
97
86
98
< p class ="section-header "> Treeview 1: Multi-Select, All Buttons Enabled, Default Rendering</ p >
87
99
< div id ="myTreeview1 " class ="my-treeview-container "> </ div >
You can’t perform that action at this time.
0 commit comments