Generalize div's id

This commit is contained in:
Rodolfo Carvalho 2015-06-01 10:43:44 +02:00
parent afa5a3f090
commit f473e3df9e
1 changed files with 2 additions and 2 deletions

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>