static: flexbox: move rangeinput.css + treeview.css + sanic.js one level up
This commit is contained in:
		
							parent
							
								
									8dbbc77b09
								
							
						
					
					
						commit
						b7bbee240c
					
				
					 4 changed files with 4 additions and 4 deletions
				
			
		|  | @ -3,8 +3,8 @@ | |||
| <head> | ||||
|   <meta charset="UTF-8"> | ||||
|   <title>Sanic - Flexbox layout</title> | ||||
|   <link rel="stylesheet" href="rangeinput.css"> | ||||
|   <link rel="stylesheet" href="treeview.css"> | ||||
|   <link rel="stylesheet" href="../rangeinput.css"> | ||||
|   <link rel="stylesheet" href="../treeview.css"> | ||||
|   <link rel="stylesheet" href="sanic.css"> | ||||
| </head> | ||||
| <body> | ||||
|  | @ -158,6 +158,6 @@ | |||
|     </div> | ||||
|   </div> | ||||
| 
 | ||||
|   <script src="sanic.js"></script> | ||||
|   <script src="../sanic.js"></script> | ||||
| </body> | ||||
| </html> | ||||
|  |  | |||
|  | @ -83,7 +83,7 @@ | |||
| 
 | ||||
| .tree summary::before { | ||||
|   z-index    : 1; | ||||
|   background : #696 url('../img/expand-collapse.svg') 0 0; | ||||
|   background : #696 url('img/expand-collapse.svg') 0 0; | ||||
| } | ||||
| 
 | ||||
| .tree details[open] > summary::before { | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue