mirror of
https://github.com/kremalicious/krtmn.git
synced 2024-12-22 09:13:25 +01:00
iconsweets credit
This commit is contained in:
parent
2a1dfc6bcc
commit
1681a74b80
@ -37,7 +37,10 @@ $items = yourls_api_stats( 'last', 1 );
|
|||||||
|
|
||||||
</article>
|
</article>
|
||||||
<footer>
|
<footer>
|
||||||
<small>personal url shortener of web & ui designer <a href="http://mkretschmann.com">matthias kretschmann</a>. You should follow me on <a href="http://twitter.com/kremalicious">twitter</a>.</small>
|
|
||||||
|
<p><small>personal url shortener of web & ui designer <a href="http://mkretschmann.com">matthias kretschmann</a>. You should follow me on <a href="http://twitter.com/kremalicious">twitter</a>.</small></p>
|
||||||
|
<p><small>icon font <a href="http://iconsweets.com/">iconsweets</a></small></p>
|
||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
@ -675,7 +675,13 @@ body#public {
|
|||||||
#public footer:hover {
|
#public footer:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#public footer p {
|
||||||
|
margin: 0;
|
||||||
|
font-size: .9em;
|
||||||
|
line-height: 1.4em;
|
||||||
|
}
|
||||||
|
|
||||||
#public article p {
|
#public article p {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user