From f473e3df9e0de33f75e511827a8e4a661dacab9c Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Mon, 1 Jun 2015 10:43:44 +0200 Subject: [PATCH] Generalize div's id --- welcome/templates/welcome/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/welcome/templates/welcome/index.html b/welcome/templates/welcome/index.html index e3dff8ba..3c004a7d 100644 --- a/welcome/templates/welcome/index.html +++ b/welcome/templates/welcome/index.html @@ -10,7 +10,7 @@ body>div { border-bottom:1px solid #ddd; } h1 { font-weight:normal; } code { background: #ffd; } - #summary, #hostname { background: #34383c; color: #fff; } + #summary, #information { background: #34383c; color: #fff; } #explanation { background:#eee; } #instructions { background:#f6f6f6; } #instructions ol li { margin: 0.2em 0 0.2em 2em; } @@ -49,7 +49,7 @@

-
+

Server hostname: {{ hostname }}
Database server: {{ database.engine }} ({{ database.url }})