Archived
1
0
Fork 0

Patch dimensions fixe de la div

This commit is contained in:
Rick 2020-05-30 19:02:50 +02:00
parent b9bf94f8c3
commit edb59c7499
Signed by: Rick
GPG key ID: 9570A7DB7CB2F436
2 changed files with 3 additions and 2 deletions

View file

@ -11,7 +11,7 @@
</footer>
<script src="js/affichage.js"></script>
<script>
getProfile("https://toot.gnous.eu", 1693);
getProfile("https://toot.gnous.eu", 3703);
</script>
</body>
</html>

View file

@ -1,5 +1,6 @@
#petitAffichage {
width: 250px;
/*width: 250px;*/
position: absolute;
height: 65px;
padding: 10px;
margin: 0;