diff options
| -rw-r--r-- | bottom.html | 8 | ||||
| -rw-r--r-- | src/style.css | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/bottom.html b/bottom.html index 5fbe33c..fdb5811 100644 --- a/bottom.html +++ b/bottom.html | |||
| @@ -4,15 +4,15 @@ | |||
| 4 | <nav class="bottom"> | 4 | <nav class="bottom"> |
| 5 | <table class="footer"> | 5 | <table class="footer"> |
| 6 | <tr> | 6 | <tr> |
| 7 | <td class="hosted"> | ||
| 8 | Hosted by | ||
| 9 | <a href="https://openbsd.amsterdam">openbsd.amsterdam</a> | ||
| 10 | </td> | ||
| 11 | <td class="contact"> | 7 | <td class="contact"> |
| 12 | <a href="mailto:sebastiano@tronto.net"> | 8 | <a href="mailto:sebastiano@tronto.net"> |
| 13 | sebastiano@tronto.net | 9 | sebastiano@tronto.net |
| 14 | </a> | 10 | </a> |
| 15 | </td> | 11 | </td> |
| 12 | <td class="hosted"> | ||
| 13 | Hosted by | ||
| 14 | <a href="https://openbsd.amsterdam">openbsd.amsterdam</a> | ||
| 15 | </td> | ||
| 16 | </tr> | 16 | </tr> |
| 17 | </table> | 17 | </table> |
| 18 | </nav> | 18 | </nav> |
diff --git a/src/style.css b/src/style.css index 6e10749..0078590 100644 --- a/src/style.css +++ b/src/style.css | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | width: 100%; | 12 | width: 100%; |
| 13 | } | 13 | } |
| 14 | 14 | ||
| 15 | .contact { | 15 | .hosted { |
| 16 | text-align: right; | 16 | text-align: right; |
| 17 | } | 17 | } |
| 18 | 18 | ||
