Patch dimensions fixe de la div
This commit is contained in:
parent
b9bf94f8c3
commit
edb59c7499
2 changed files with 3 additions and 2 deletions
|
@ -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>
|
|
@ -1,5 +1,6 @@
|
||||||
#petitAffichage {
|
#petitAffichage {
|
||||||
width: 250px;
|
/*width: 250px;*/
|
||||||
|
position: absolute;
|
||||||
height: 65px;
|
height: 65px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Reference in a new issue