This commit is contained in:
syuilo 2017-12-17 04:31:24 +09:00
parent 11842366bc
commit 74f3a6aadb
9 changed files with 11 additions and 13 deletions

View file

@ -1,7 +0,0 @@
<mk-copyright>
<span>(c) syuilo 2014-2017</span>
<style>
:scope
display block
</style>
</mk-copyright>

View file

@ -12,7 +12,6 @@ require('./signin.tag');
require('./signup.tag');
require('./forkit.tag');
require('./introduction.tag');
require('./copyright.tag');
require('./signin-history.tag');
require('./twitter-setting.tag');
require('./authorized-apps.tag');

View file

@ -18,7 +18,7 @@
<footer>
<div>
<mk-nav-links/>
<mk-copyright/>
<p class="c">{ _COPYRIGHT_ }</p>
</div>
</footer>
<!-- ↓ https://github.com/riot/riot/issues/2134 (将来的)-->
@ -101,7 +101,7 @@
text-align center
border-top solid 1px #fff
> mk-copyright
> .c
margin 0
line-height 64px
font-size 10px

View file

@ -8,7 +8,7 @@
</div>
</main>
<footer>
<mk-copyright/>
<p class="c">{ _COPYRIGHT_ }</p>
</footer>
<style>
:scope
@ -34,7 +34,7 @@
margin 16px auto 0 auto
> footer
> mk-copyright
> .c
margin 0
text-align center
line-height 64px