Fix style of babyzclothes
This commit is contained in:
parent
bec71a48ea
commit
8e3fd88874
5 changed files with 173 additions and 174 deletions
|
@ -19,11 +19,7 @@ module.exports = {
|
||||||
'ui': {
|
'ui': {
|
||||||
'port': 3001,
|
'port': 3001,
|
||||||
},
|
},
|
||||||
'files': '**/*',
|
'watch': true,
|
||||||
'watchEvents': [
|
|
||||||
'change',
|
|
||||||
],
|
|
||||||
'watch': false,
|
|
||||||
'ignore': [],
|
'ignore': [],
|
||||||
'single': false,
|
'single': false,
|
||||||
'watchOptions': {
|
'watchOptions': {
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||||
</div>
|
</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">
|
<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
|
<p>These are Carolyn's Babyz clothes. You need to extract the .clo file
|
||||||
into your Resource\Clothes directory in your Babyz program directory.
|
into your Resource\Clothes directory in your Babyz program directory.
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
|
||||||
</div>
|
</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">
|
<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
|
<p>These are Carolyn's Babyz clothes. You need to extract the .clo file
|
||||||
into your Resource\Clothes directory in your Babyz program directory.
|
into your Resource\Clothes directory in your Babyz program directory.
|
||||||
|
|
|
@ -165,7 +165,6 @@ table.wide-center-table {
|
||||||
}
|
}
|
||||||
|
|
||||||
.border-outer .border-inner {
|
.border-outer .border-inner {
|
||||||
width: 90vw;
|
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
|
@ -175,6 +174,10 @@ table.wide-center-table {
|
||||||
border-color: #660000;
|
border-color: #660000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.border-green {
|
||||||
|
border-color: #006400;
|
||||||
|
}
|
||||||
|
|
||||||
.img-border img {
|
.img-border img {
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue