Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pdbe
web-components
pdb-ligand-env
Commits
b140cce4
Commit
b140cce4
authored
Jul 28, 2020
by
Lukas Pravda
Browse files
add dashed lines to help
parent
fc636c06
Pipeline
#89402
passed with stages
in 1 minute and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/plugin/ui.ts
src/plugin/ui.ts
+4
-4
No files found.
src/plugin/ui.ts
View file @
b140cce4
...
...
@@ -64,11 +64,11 @@ let helpBonds = `
<table class='pdb-lig-env-help-table' style="border-bottom: 0.5px solid black; padding-bottom: 10px;">
<tr>
<td>
<hr style="border: 0 none; border-top: 5px
soli
d #AD4379; background: none; height: 0;" />
<hr style="border: 0 none; border-top: 5px
dashe
d #AD4379; background: none; height: 0;" />
</td>
<td>aromatic</td>
<td>
<hr style="border: 0 none; border-top: 5px
soli
d #FF5050; background: none; height: 0;" />
<hr style="border: 0 none; border-top: 5px
dashe
d #FF5050; background: none; height: 0;" />
</td>
<td>clashes</td>
</tr>
...
...
@@ -78,7 +78,7 @@ let helpBonds = `
</td>
<td>covalent</td>
<td>
<hr style="border: 0 none; border-top: 5px
soli
d #3F26BF; background: none; height: 0;" />
<hr style="border: 0 none; border-top: 5px
dashe
d #3F26BF; background: none; height: 0;" />
</td>
<td>electrostatic</td>
...
...
@@ -94,7 +94,7 @@ let helpBonds = `
<tr>
<td>
<hr style="border: 0 none; border-top: 5px
soli
d #9B7653; background: none; height: 0;" />
<hr style="border: 0 none; border-top: 5px
dashe
d #9B7653; background: none; height: 0;" />
</td>
<td>vdw</td>
</tr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment