summaryrefslogtreecommitdiff
path: root/htroot/Performance_p.html
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2017-01-28 10:19:39 +0100
committerluccioman <luccioman@users.noreply.github.com>2017-01-28 10:19:39 +0100
commit95b63f5126d911c1003e47deedb72f09cf0a622b (patch)
tree409ef0c1593f4a2f3fda06dff3f87b957f9ec49b /htroot/Performance_p.html
parent68afe900d079219721180e769eea16a5a91aaa96 (diff)
Added a CSS class for infobox block.
This will prevent mistakenly hiding a div element not designed to be an infobox but having a ".info" parent (After having previously added the possibility for a div - and not only a span element - to be an infobox).
Diffstat (limited to 'htroot/Performance_p.html')
-rw-r--r--htroot/Performance_p.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/Performance_p.html b/htroot/Performance_p.html
index 605dbfe0b..69c7d4075 100644
--- a/htroot/Performance_p.html
+++ b/htroot/Performance_p.html
@@ -57,7 +57,7 @@
<input name="diskFreeAutoregulate" id="diskFreeAutoregulate" type="checkbox" #(diskFreeAutoregulate)#::checked#(/diskFreeAutoregulate)# aria-describedby="autoregulateFreeInfo"/> when absolute minimum limit has been reached.
<div class="info" style="float:right">
<img src="env/grafics/i16.gif" width="16" height="16" alt="Free space disk autoregulation info"/>
- <div style="right:0px;" id="autoregulateFreeInfo">
+ <div class="infobox" style="right:0px;" id="autoregulateFreeInfo">
The autoregulation task performs the following sequence of operations, stopping once free space disk is over the steady-state value :
<ol>
<li>delete old releases</li>
@@ -90,7 +90,7 @@
<input name="diskUsedAutoregulate" id="diskUsedAutoregulate" type="checkbox" #(diskUsedAutoregulate)#::checked#(/diskUsedAutoregulate)# aria-describedby="autoregulateUsedInfo"> when absolute maximum limit has been reached.
<div class="info" style="float:right">
<img src="env/grafics/i16.gif" width="16" height="16" alt="Used space disk autoregulation info"/>
- <div style="right:0px;" id="autoregulateUsedInfo">
+ <div class="infobox" style="right:0px;" id="autoregulateUsedInfo">
The autoregulation task performs the following sequence of operations, stopping once used space disk is below the steady-state value:
<ol>
<li>delete old releases</li>