gluon-config-mode: replace inline style with class

Replace the inline stylesheet for the public key box on the reboot page
with a CSS class so it can be styled using the theme.
This commit is contained in:
Nils Schneider 2014-01-21 22:34:52 +01:00
parent b8abbf4b42
commit 9f70cd70ef
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ $Id$
<p>
@config_mode.msg_pubkey@
</p>
<div style="text-align: left;font-size: 2em;line-height: 1em; background: #f5f5f5; border: 1px solid #ececec; margin-bottom: 0.5em; padding: 0.5em">
<div class="the-key">
# <%=luci.sys.hostname()%>
<br/>
<%=pubkey%>