Skip to content

Commit 60df41d

Browse files
save file
1 parent 9746000 commit 60df41d

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

utils/editors/text-diff/v3.0/text-diff-v3.0.html

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,7 @@
161161
#output
162162
{border:1px solid lightgray;padding:5px;box-sizing:border-box}
163163

164-
/*
165-
#output-hldr
166-
{flex:1;border:1px solid lightgray;overflow:auto;margin:0;padding:5px;box-sizing:border-box}
167-
*/
168-
169-
164+
170165
.red
171166
{position:absolute;background:var(--red);z-index:20}
172167
.green
@@ -181,11 +176,17 @@
181176
<body>
182177

183178
<editors-hdr v2.0 component=grp>
179+
<h1 slot=seo-hdr>text-diff</h1>
184180
<img slot=title src='images/text-diff.png' style='top:5px;height:45px'>
185-
<h4 slot=version>v3.0</h4>
186-
<time slot=date datetime=2026-01-24>24 Jan 2026</time>
181+
<h4 slot=version>
182+
v3.0
183+
</h4>
184+
<time slot=date datetime=2026-02-05>
185+
05 Feb 2026
186+
</time>
187187
</editors-hdr>
188188

189+
189190
<div id=output-hdr>
190191
<div id=output-show>
191192
show output
@@ -194,6 +195,7 @@ <h4 slot=version>v3.0</h4>
194195
<input type=button value=check>
195196
</div>
196197

198+
197199
<div id=main>
198200
<div id=view1>
199201
<div id=hdr>
@@ -214,10 +216,11 @@ <h4 slot=version>v3.0</h4>
214216
</div>
215217
</div>
216218

219+
217220
<div id=slider-2 style='height:10px;cursor:ns-resize'></div>
218221

219222

220-
<web-editor component id=output mode=text></web-editor>
223+
<web-editor v2.0 component id=output mode=text></web-editor>
221224

222225

223226

0 commit comments

Comments
 (0)