mirror of
https://github.com/groupe1cir1n/groupe1CIR1Njs.git
synced 2026-03-18 21:40:30 +01:00
fix of bug in publications.html
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<button class="button" onclick="revue()">Article de revue</button>
|
||||
<button class="button" onclick="communication()">Communication</button>
|
||||
<button class="button" onclick="reset()">Toutes</button>
|
||||
<input type="text" id="entry_text">
|
||||
<input type="text" id="entry_text" placeholder="Saisir texte">
|
||||
<button class="button" id="search_button" onclick="search()">Rechercher</button>
|
||||
</div>
|
||||
<div class="publi">
|
||||
|
||||
@@ -21,6 +21,7 @@ img{
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
||||
.button{
|
||||
@@ -31,6 +32,8 @@ img{
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
font-size: 16px;
|
||||
margin-right: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.publi{
|
||||
|
||||
Reference in New Issue
Block a user