add border for news box
This commit is contained in:
parent
e65d24700c
commit
09d1777aa7
3 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
#news {
|
||||
overflow: auto;
|
||||
height: 150px;
|
||||
border: solid black;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
|
|
@ -37,7 +37,9 @@ rel="stylesheet" href="/css/index.css"
|
|||
<p><code>13-04-2022:</code> add this section.</p>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<hr />
|
||||
-->
|
||||
|
||||
<!--
|
||||
<h3>A propos de l'annuaire</h3>
|
||||
|
|
|
@ -37,7 +37,9 @@ rel="stylesheet" href="/css/index.css"
|
|||
<p><code>13-04-2022:</code> ajout de cette section.</p>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<hr />
|
||||
-->
|
||||
|
||||
<!--
|
||||
<h2>L'annuaire est temporairement supprimé.</h2>
|
||||
|
|
Loading…
Reference in a new issue