Skip to content

Commit 9b6d5b8

Browse files
author
delphidabbler
committed
Removed unnecessary CSS style
1 parent 30af12e commit 9b6d5b8

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Src/FmDBUpdateDlg.pas

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,6 @@ procedure TDBUpdateDlg.BuildCSS(Sender: TObject;
251251
const CSSBuilder: TCSSBuilder);
252252
begin
253253
inherited;
254-
// Set body style to use window colour and frame's font with no margin
255-
with CSSBuilder.Selectors['a'] do
256-
AddProperty(TCSS.ColorProp(clExternalLink));
257254
// Create .framed border style
258255
with CSSBuilder.AddSelector('.framed') do
259256
begin

Src/Res/HTML/dlg-dbupdate-intro-tplt.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@
2424
<body>
2525

2626
<p class="framed">
27-
<span class="warning">Important Note:</span> you are <strong>strongly advised</strong> to back up your user database before going ahead with this installation. To do this cancel this dialogue box then use the <em>Database | Backup User Database</em> menu option to create a backup, then come back here. <!-- TODO: add a backup help topic <a
28-
class="help-link"
29-
href="help:xxxxx"
30-
>View backup help</a>. -->
27+
<span class="warning">Warning:</span> you are <strong>strongly advised</strong> to back up your user database before going ahead with this installation. To do this cancel this dialogue box then use the <em>Database | Backup User Database</em> menu option to create a backup. When you have done that please come back here.
28+
<!-- TODO: add a task help topic to describe how to perform and restore backups and link to it from here -->
29+
<!-- TODO: add an external action to backup database from here -->
3130
</p>
3231

3332
<p>

0 commit comments

Comments
 (0)