From 57f65acaf2a8c47e0c19490053026ed0c63674bb Mon Sep 17 00:00:00 2001
From: Nils Schneider <nils@nilsschneider.net>
Date: Tue, 21 Jan 2014 22:34:52 +0100
Subject: [PATCH] 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.
---
 .../generate/usr/lib/lua/luci/view/gluon-config-mode/reboot.htm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gluon-config-mode/generate/usr/lib/lua/luci/view/gluon-config-mode/reboot.htm b/package/gluon-config-mode/generate/usr/lib/lua/luci/view/gluon-config-mode/reboot.htm
index 7d192b6a6..27be93851 100644
--- a/package/gluon-config-mode/generate/usr/lib/lua/luci/view/gluon-config-mode/reboot.htm
+++ b/package/gluon-config-mode/generate/usr/lib/lua/luci/view/gluon-config-mode/reboot.htm
@@ -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%>
-- 
GitLab