formatting tweak (in additional files) - use "text-danger" style for "This is not a production server!" warning
This commit is contained in:
parent
edf6c71b0c
commit
15577d8414
|
@ -40,10 +40,8 @@
|
|||
</p>
|
||||
</th:block>
|
||||
<p>
|
||||
<b style="color: red;">
|
||||
<span class="glyphicon glyphicon-warning-sign"/>
|
||||
This is not a production server!
|
||||
</b>
|
||||
<b class="text-danger"><span class="glyphicon glyphicon-warning-sign"/></b>
|
||||
<b><span class="text-danger">This is not a production server!</span></b>
|
||||
Do not store any information here that contains personal health information
|
||||
or any other confidential information. This server will be regularly purged
|
||||
and reloaded with fixed test data.
|
||||
|
|
|
@ -40,10 +40,8 @@
|
|||
</p>
|
||||
</th:block>
|
||||
<p>
|
||||
<b style="color: red;">
|
||||
<span class="glyphicon glyphicon-warning-sign"/>
|
||||
This is not a production server!
|
||||
</b>
|
||||
<b class="text-danger"><span class="glyphicon glyphicon-warning-sign"/></b>
|
||||
<b><span class="text-danger">This is not a production server!</span></b>
|
||||
Do not store any information here that contains personal health information
|
||||
or any other confidential information. This server will be regularly purged
|
||||
and reloaded with fixed test data.
|
||||
|
|
|
@ -40,10 +40,8 @@
|
|||
</p>
|
||||
</th:block>
|
||||
<p>
|
||||
<b style="color: red;">
|
||||
<span class="glyphicon glyphicon-warning-sign"/>
|
||||
This is not a production server!
|
||||
</b>
|
||||
<b class="text-danger"><span class="glyphicon glyphicon-warning-sign"/></b>
|
||||
<b><span class="text-danger">This is not a production server!</span></b>
|
||||
Do not store any information here that contains personal health information
|
||||
or any other confidential information. This server will be regularly purged
|
||||
and reloaded with fixed test data.
|
||||
|
|
Loading…
Reference in New Issue