diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-19 12:31:53 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-19 12:31:53 +0900 |
| commit | 2f35c9d40ace2f9902bc3895ad25904e176f6d7a (patch) | |
| tree | fda1bf5fed9af92660b6b74b46864129a6066baa /src/web/app/auth | |
| parent | #183 :tada: (diff) | |
| download | misskey-2f35c9d40ace2f9902bc3895ad25904e176f6d7a.tar.gz misskey-2f35c9d40ace2f9902bc3895ad25904e176f6d7a.tar.bz2 misskey-2f35c9d40ace2f9902bc3895ad25904e176f6d7a.zip | |
[Client] Remove needless attribute
Diffstat (limited to 'src/web/app/auth')
| -rw-r--r-- | src/web/app/auth/tags/form.tag | 2 | ||||
| -rw-r--r-- | src/web/app/auth/tags/index.tag | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/auth/tags/form.tag b/src/web/app/auth/tags/form.tag index 2007e1e5ce..99212febfc 100644 --- a/src/web/app/auth/tags/form.tag +++ b/src/web/app/auth/tags/form.tag @@ -29,7 +29,7 @@ <button onclick={ cancel }>キャンセル</button> <button onclick={ accept }>アクセスを許可</button> </div> - <style type="stylus"> + <style> :scope display block diff --git a/src/web/app/auth/tags/index.tag b/src/web/app/auth/tags/index.tag index 9d3e654871..b17d857db2 100644 --- a/src/web/app/auth/tags/index.tag +++ b/src/web/app/auth/tags/index.tag @@ -24,7 +24,7 @@ <mk-signin></mk-signin> </main> <footer><img src="/_/resources/auth/logo.svg" alt="Misskey"/></footer> - <style type="stylus"> + <style> :scope display block |