From 16ee2db7649d3153a75449ab64e45fed85a0e743 Mon Sep 17 00:00:00 2001 From: Ruochen Date: Thu, 9 Jul 2015 15:34:01 +0800 Subject: [PATCH] modify simple-stack-fluid style --- bower.json | 2 +- package.json | 2 +- styles/stack.css | 6 ------ styles/stack.scss | 7 ------- 4 files changed, 2 insertions(+), 15 deletions(-) diff --git a/bower.json b/bower.json index d727540..9b35e24 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "simple-stack", - "version": "1.0.0", + "version": "2.0.2", "homepage": "https://github.com/mycolorway/simple-stack", "authors": [ "farthinker " diff --git a/package.json b/package.json index 92ebf3f..c227006 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-stack", - "version": "2.0.0", + "version": "2.0.2", "description": "A stack layout component", "main": "demo.html", "repository": { diff --git a/styles/stack.css b/styles/stack.css index e034a37..4f1e1c7 100644 --- a/styles/stack.css +++ b/styles/stack.css @@ -132,12 +132,6 @@ .simple-stack.simple-stack-fluid { width: auto; } -.simple-stack.simple-stack-fluid .page { - width: auto; - border: none; - box-shadow: none; - background: none; -} .simple-stack.simple-stack-transition .page { -webkit-transition-property: top, margin-top, opacity, -webkit-transform, box-shadow; -webkit-transition-duration: 200ms; diff --git a/styles/stack.scss b/styles/stack.scss index baed07a..d6efbf5 100644 --- a/styles/stack.scss +++ b/styles/stack.scss @@ -75,13 +75,6 @@ $stack-header-height: 46px; &.simple-stack-fluid { width: auto; - - .page { - width: auto; - border: none; - box-shadow: none; - background: none; - } } &.simple-stack-transition .page {