diff --git a/branding.html b/branding.html index 7001e6d..721c0a1 100644 --- a/branding.html +++ b/branding.html @@ -45,7 +45,7 @@

Banner

- +

diff --git a/download.html b/download.html index 891b27c..4162b8b 100644 --- a/download.html +++ b/download.html @@ -38,13 +38,13 @@

Download the WiiMart WAD and the patched IOS WAD for your console type (Wii or vWii). We recommend YAWMME for installing WADs. vWii is the Wii U's Wii Mode.

-

You can install both WADs normally, but if they give you an error such as -1022 or -1029 you can delete - the existing title then install. Press - to mark the channel for uninstallation, and then mark it with + +

You can install both WADs normally, but if they give you an error such as -1022 or -1029 you can delete + the existing title then install. Press - to b the channel for uninstallation, and then b it with + for installation.

Emulator (Dolphin)

-

A BootMii NAND backup is required. Install both the WiiMart WAD and the patched IOS WAD - (for Wii). Install by going to Tools and Install WAD. You can then go to the - Wii Menu by going to Tools and then Load Wii System Menu 4.3X.

+

A BootMii NAND backup is required. Install both the WiiMart WAD and the patched IOS WAD + (for Wii). Install by going to Tools and Install WAD. You can then go to the + Wii Menu by going to Tools and then Load Wii System Menu 4.3X.

diff --git a/index.html b/index.html index cf4b8ac..ba7aae7 100644 --- a/index.html +++ b/index.html @@ -90,10 +90,13 @@ -
+

WiiMart is not affiliated with Nintendo or any related parties.

To contact, please send an email wiimartshopping@gmail.com.

+

+ + \ No newline at end of file diff --git a/media/branding-button.png b/media/branding-button.png new file mode 100644 index 0000000..9fc2f6f Binary files /dev/null and b/media/branding-button.png differ diff --git a/media/index.html b/media/index.html index 3a8fd07..0479a51 100644 --- a/media/index.html +++ b/media/index.html @@ -15,6 +15,7 @@ .. branding-bag.png branding-banner.png + branding-button.png branding-wordmark-black.png branding-wordmark-blue.png branding-wordmark-white.png diff --git a/media/main.css b/media/main.css index 5fccaa5..80fd283 100644 --- a/media/main.css +++ b/media/main.css @@ -1,5 +1,5 @@ body {background-color: #1164E9;color:white;text-align: center;font-family: sans-serif;} -div {border-color: #00378F;box-sizing: border-box;border-width: 5px;border-style: solid;background-color: #00378F;width: 50%;text-align: center;margin: 0 auto;padding: 5px;margin-top: 6px; overflow: auto} +div {border-color: #00378F;box-sizing: border-box;border-width: 5px;border-style: solid;background-color: #00378F;width: 35%;text-align: center;margin: 0 auto;padding: 5px;margin-top: 6px; overflow: auto} div.clear {border:none;background: none;} button {border-color: white;border-width: 2px;border-style: solid;font-family: sans-serif;color: white; background-color:#1164E9; padding: 10px;font-weight: bold;} button:hover {cursor: pointer;}