mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2024-11-06 15:45:54 -05:00
Move image styles to stylesheet
This commit is contained in:
parent
b40da3731e
commit
80f7d9188b
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue