diff options
| -rw-r--r-- | StoneIsland/platforms/ios/Stone Island.xcworkspace/xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate | bin | 41979 -> 41982 bytes | |||
| -rwxr-xr-x | StoneIsland/www/css/products.css | 8 | ||||
| -rwxr-xr-x | StoneIsland/www/index.html | 1 |
3 files changed, 3 insertions, 6 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island.xcworkspace/xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate b/StoneIsland/platforms/ios/Stone Island.xcworkspace/xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate Binary files differindex c7d77f84..55bb151c 100644 --- a/StoneIsland/platforms/ios/Stone Island.xcworkspace/xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate +++ b/StoneIsland/platforms/ios/Stone Island.xcworkspace/xcuserdata/user.xcuserdatad/UserInterfaceState.xcuserstate diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css index c4599866..1f858898 100755 --- a/StoneIsland/www/css/products.css +++ b/StoneIsland/www/css/products.css @@ -207,18 +207,14 @@ } -.product .fit { +.product .fit, +.product .notAvailableInCanada { clear:both; font-size:9px; letter-spacing:0.5px; text-decoration:underline; text-transform:uppercase; padding:12px 0 0; - -} - -.product .content .fit { - } #product .gallery-prev, diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index 6d52433c..747d6efe 100755 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -278,6 +278,7 @@ <span class="share">SHARE +</span> </div> <div class="fit">Fits Large</div> + <div class="notAvailableInCanada">Not Available In Canada</div> <div class="body"> </div> <div class="sizing"> |
