[Client] Remove needless attribute

This commit is contained in:
syuilo
2017-02-19 12:31:53 +09:00
parent 4193b990c7
commit 2f35c9d40a
173 changed files with 173 additions and 177 deletions

View File

@ -75,7 +75,7 @@
</section>
<button onclick={ onsubmit }>アプリ作成</button>
</form>
<style type="stylus">
<style>
:scope
display block
overflow hidden

View File

@ -9,7 +9,7 @@
<input value={ app.secret } readonly="readonly"/>
</div>
</main>
<style type="stylus">
<style>
:scope
display block

View File

@ -10,7 +10,7 @@
</ul>
</virtual>
</div>
<style type="stylus">
<style>
:scope
display block

View File

@ -1,5 +1,5 @@
<mk-index><a href="/apps">アプリ</a>
<style type="stylus">
<style>
:scope
display block

View File

@ -6,7 +6,7 @@
</header>
<mk-new-app-form></mk-new-app-form>
</main>
<style type="stylus">
<style>
:scope
display block
padding 64px 0