mirror of
https://github.com/AMNatty/Mastodon-Circles.git
synced 2024-11-23 19:47:26 -07:00
Made the username <bdi>
This commit is contained in:
parent
87d785560f
commit
164222f9c6
1 changed files with 3 additions and 3 deletions
|
@ -23,14 +23,14 @@
|
|||
<span id="outInfo"></span>
|
||||
<br><br>
|
||||
<!-- Canvas for the final Image -->
|
||||
<canvas id="canvas" width="1000" height="1000" style="background-color: gray">
|
||||
<canvas id="canvas" width="1000" height="1000" style="background-color: grey">
|
||||
|
||||
</canvas>
|
||||
<br>
|
||||
<!-- List of all people in Circle -->
|
||||
<div id="outDiv">
|
||||
<em>Click a user below to visit their profile.</em>
|
||||
<h2><span id="outSelfUser"></span>'s Fedi Circle</h2>
|
||||
<h2><bdi id="outSelfUser"></bdi>'s Fedi Circle</h2>
|
||||
|
||||
<div id="usersDiv">
|
||||
<div id="ud1" class="userSubDiv"></div>
|
||||
|
@ -47,4 +47,4 @@
|
|||
<!-- Preload the background image -->
|
||||
<div style="display:none;"><img id="mieke_bg" src="background.png" width="1000" height="1000" /></div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue