Add label for twitter link
7755bb3798d701f46fae61a246d3b76e9eee60d9
1 parent
234125ec
log/_article.html.erb
+8 -3
| 3 | 3 | <head> |
|
| 4 | 4 | <title>cloudhead.io</title> |
|
| 5 | 5 | <style> |
|
| 6 | 6 | * { margin: 0; padding: 0 } |
|
| 7 | 7 | ||
| 8 | + | body { |
|
| 9 | + | font-size: 17px; |
|
| 10 | + | } |
|
| 8 | 11 | body > header { |
|
| 9 | 12 | font-family: courier, monospace; |
|
| 10 | 13 | float: right; |
|
| 11 | 14 | padding: 10px; |
|
| 12 | 15 | } |
| 16 | 19 | footer { |
|
| 17 | 20 | font-family: courier, monospace; |
|
| 18 | 21 | text-align: center; |
|
| 19 | 22 | margin: 0 auto; |
|
| 20 | 23 | padding: 30px; |
|
| 24 | + | } |
|
| 25 | + | footer .copy { |
|
| 21 | 26 | font-size: 11px; |
|
| 22 | 27 | } |
|
| 23 | 28 | footer p { |
|
| 24 | 29 | margin: 5px 0; |
|
| 25 | 30 | } |
| 83 | 88 | <section class="body"> |
|
| 84 | 89 | <%= body %> |
|
| 85 | 90 | </section> |
|
| 86 | 91 | </article> |
|
| 87 | 92 | <footer> |
|
| 88 | - | <a href="http://twitter.com/cloudhead">@cloudhead</a></br /> |
|
| 89 | - | <a href="mailto:hello@cloudhead.io">comments@cloudhead.io</a> |
|
| 90 | - | <p>© 2010-2013 Alexis Sellier</p> |
|
| 93 | + | <p>follow me <a href="http://twitter.com/cloudhead">@cloudhead</a></br /> |
|
| 94 | + | <a href="mailto:hello@cloudhead.io">comments@cloudhead.io</a></p> |
|
| 95 | + | <p class="copy">© 2010-2013 Alexis Sellier</p> |
|
| 91 | 96 | </footer> |
|
| 92 | 97 | </body> |
|
| 93 | 98 | </html> |