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': {
|
||||
'port': 3001,
|
||||
},
|
||||
'files': '**/*',
|
||||
'watchEvents': [
|
||||
'change',
|
||||
],
|
||||
'watch': false,
|
||||
'watch': true,
|
||||
'ignore': [],
|
||||
'single': false,
|
||||
'watchOptions': {
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
Loading…
Reference in a new issue