Fix style of babyzclothes

This commit is contained in:
marleyrae 2023-07-07 16:13:40 -07:00
parent bec71a48ea
commit 8e3fd88874
5 changed files with 173 additions and 174 deletions

View file

@ -19,11 +19,7 @@ module.exports = {
'ui': {
'port': 3001,
},
'files': '**/*',
'watchEvents': [
'change',
],
'watch': false,
'watch': true,
'ignore': [],
'single': false,
'watchOptions': {

View file

@ -22,7 +22,7 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
</div>
<div class="border-outer border-green">
<div class="border-outer border-green" style="width: 90%;">
<div class="border-inner border-green green center bold bigger img-border">
<p>These are Carolyn's Babyz clothes. You need to extract the .clo file
into your Resource\Clothes directory in your Babyz program directory.

View file

@ -22,7 +22,7 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
</div>
<div class="border-outer border-green">
<div class="border-outer border-green" style="width:90%;">
<div class="border-inner border-green green center bold bigger img-border">
<p>These are Carolyn's Babyz clothes. You need to extract the .clo file
into your Resource\Clothes directory in your Babyz program directory.

View file

@ -165,7 +165,6 @@ table.wide-center-table {
}
.border-outer .border-inner {
width: 90vw;
margin: 2px;
padding: 30px;
border: 1px solid;
@ -175,6 +174,10 @@ table.wide-center-table {
border-color: #660000;
}
.border-green {
border-color: #006400;
}
.img-border img {
border: 1px solid;
}

File diff suppressed because one or more lines are too long