Move image styles to stylesheet

This commit is contained in:
Hamza Nasher-Alneam 2024-06-19 09:08:00 -04:00 committed by GitHub
parent b40da3731e
commit 80f7d9188b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,12 +28,12 @@
main page of the KDE Store, and log in if you need to. If you click on the profile picture in the right corner, you
should get a menu that looks like this:</p>
<div style="width: 100%; text-align: center">
<img height="400" style="box-shadow: 0 0 .2em #ccc; border-radius: .4em;" src="../images/plasma-widgets/profile-icon-menu.png" alt="Profile icon menu">
<img style="box-shadow: 0 0 .2em #ccc; border-radius: .4em;" src="../images/plasma-widgets/profile-icon-menu.png" alt="Profile icon menu">
</div>
<p>Click on Add Product, which will take you to this
page:</p>
<div style="width: 100%; text-align: center">
<img height="400" style="box-shadow: 0 0 .2em #ccc; border-radius: .4em;"
<img style="box-shadow: 0 0 .2em #ccc; border-radius: .4em;"
src="../images/plasma-widgets/new-product-page.png" alt="Profile icon menu">
</div>
<p>Fill in the information for your app, using "Plasma Mobile Widgets" as the catagory.
@ -81,4 +81,4 @@ function copy(txt) {
}
</script>
</html>
</html>