Browse Source

Generalize div's id

pull/2/merge
Rodolfo Carvalho 10 years ago
parent
commit
f473e3df9e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      welcome/templates/welcome/index.html

+ 2
- 2
welcome/templates/welcome/index.html View File

@ -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 @@
</p>
</div>
<div id="hostname">
<div id="information">
<p>
Server hostname: {{ hostname }}<br>
Database server: {{ database.engine }} ({{ database.url }})<br>


Loading…
Cancel
Save