mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 18:00:06 +01:00
footer copyright cleanup
This commit is contained in:
parent
340b4bd20b
commit
3644225099
@ -18,8 +18,13 @@
|
|||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer-copyright" class="row">
|
<section class="footer-copyright" class="row">
|
||||||
<p>© 2007 – {{ site.time | date: "%Y" }} <a href="http://matthiaskretschmann.com" rel="me">Matthias Kretschmann</a>.</p>
|
|
||||||
<p class="license">Code snippets: <a rel="item-license" href="http://www.opensource.org/licenses/mit-license.php">MIT License</a>. Goodies: <a rel="item-license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY NC SA</a>. Hosted by <a href="http://www.mediatemple.net#a_aid=4f37f8fe3e47e" title="Media Temple">(mt)</a></p>
|
<p>© 2007 – {{ site.time | date: "%Y" }} <a href="http://matthiaskretschmann.com" rel="me">Matthias Kretschmann</a></p>
|
||||||
|
|
||||||
|
<p><a class="icon icon-github" href="https://github.com/kremalicious/kremalicious3">View source</a> ¦ Hosted by <a href="http://www.mediatemple.net#a_aid=4f37f8fe3e47e" title="Media Temple">(mt)</a></p>
|
||||||
|
|
||||||
|
<p class="license">Code snippets: <a rel="item-license" href="http://www.opensource.org/licenses/mit-license.php">MIT License</a> ¦ Goodies: <a rel="item-license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY NC SA</a></p>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
@ -12,17 +12,17 @@
|
|||||||
.gravatar
|
.gravatar
|
||||||
margin-bottom: ($line-height-computed/2)
|
margin-bottom: ($line-height-computed/2)
|
||||||
|
|
||||||
.footer-description
|
|
||||||
@extend .h5
|
|
||||||
a
|
|
||||||
display: block
|
|
||||||
|
|
||||||
&,
|
&,
|
||||||
.footer-description
|
.footer-description
|
||||||
color: $text-color-light
|
color: $text-color-light
|
||||||
line-height: $line-height-computed
|
line-height: $line-height-computed
|
||||||
|
|
||||||
.footer-copyright
|
.footer-description
|
||||||
|
@extend .h5
|
||||||
|
a
|
||||||
|
display: block
|
||||||
|
|
||||||
|
.footer-copyright
|
||||||
@extend .divider-top
|
@extend .divider-top
|
||||||
padding-top: $line-height-computed
|
padding-top: $line-height-computed
|
||||||
padding-bottom: $line-height-computed
|
padding-bottom: $line-height-computed
|
||||||
@ -31,6 +31,11 @@
|
|||||||
margin-bottom: 0
|
margin-bottom: 0
|
||||||
font-size: $font-size-mini
|
font-size: $font-size-mini
|
||||||
|
|
||||||
|
.icon:before
|
||||||
|
font-size: inherit
|
||||||
|
margin-right: .2em
|
||||||
|
line-height: inherit
|
||||||
|
|
||||||
// Subscribe component
|
// Subscribe component
|
||||||
.subscribe
|
.subscribe
|
||||||
margin: $line-height-computed auto
|
margin: $line-height-computed auto
|
||||||
|
Loading…
Reference in New Issue
Block a user