Change element type of noVNC_logo
This is text, a <p> is better suited.
This commit is contained in:
parent
2b449b208e
commit
bd2d3a58b0
2
vnc.html
2
vnc.html
|
@ -263,7 +263,7 @@
|
|||
<!-- Connect button -->
|
||||
<div class="noVNC_center">
|
||||
<div id="noVNC_connect_dlg">
|
||||
<div class="noVNC_logo" translate="no"><span>no</span>VNC</div>
|
||||
<p class="noVNC_logo" translate="no"><span>no</span>VNC</p>
|
||||
<button id="noVNC_connect_button">
|
||||
<img alt="" src="app/images/connect.svg"> Connect
|
||||
</button>
|
||||
|
|
Loading…
Reference in New Issue