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> </footer>
<script src="js/affichage.js"></script> <script src="js/affichage.js"></script>
<script> <script>
getProfile("https://toot.gnous.eu", 1693); getProfile("https://toot.gnous.eu", 3703);
</script> </script>
</body> </body>
</html> </html>

View file

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