File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
blog/25-09-29/name-constraints-in-x509-certificate Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 161161
162162
163163
164-
164+ editor-root
165+ {border : 2px solid # 4a90e2 ;padding : 10px }
165166
166167 # desc
167168 {margin-bottom : 30px }
176177
177178 # cmd
178179 {display : block;margin-bottom : 30px }
180+
179181
180182 # fs
181183 {font-family : monospace;white-space : pre-wrap;margin : 10px ;padding : 10px ;border : 1px solid lightblue;
182184 display : flex;flex-direction : column;line-height : 1.4 }
185+
186+
183187
184188 # output
185189 {font-family : monospace;white-space : pre-wrap;margin : 10px ;padding : 10px ;border : 1px solid lightgray;line-height : 1.4 }
190+
191+
186192
187193 # ftr-hldr
188194 {position : relative}
192198 .hr
193199 {border-top : 1px solid lightgray;margin : 20px }
194200
195- input
196- {font-size : 16px ;padding : 5px 10px }
197- input [type = button ]
198- {cursor : pointer}
199201
200202
201203 </ style >
@@ -402,11 +404,9 @@ <h4>
402404 root = rootnode ;
403405
404406
405- var node = $ ( root , '#config' ) ;
406- config . initdom ( node , { mode :'text' } ) ;
407+ config . initdom ( { mode :'text' } ) ;
407408
408- var node = $ ( root , '#cmd' ) ;
409- cmd . initdom ( node , { mode :'text' } ) ;
409+ cmd . initdom ( { mode :'text' } ) ;
410410
411411
412412
You can’t perform that action at this time.
0 commit comments