summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2014-06-27 17:47:19 +0100
committerChristopher Baines <mail@cbaines.net>2014-06-27 17:59:08 +0100
commit076390dce51a4f3abc517d774698b2ee1326d0db (patch)
tree74510cadb79ace44b48e28793423e94dc8431e40
parent0e1c3280198b2e236e251d4381b1eaaf8f7f24a9 (diff)
downloadcbaines.net-076390dce51a4f3abc517d774698b2ee1326d0db.tar
cbaines.net-076390dce51a4f3abc517d774698b2ee1326d0db.tar.gz
Update contact page
Remove redundant css, and make the table wider
-rw-r--r--contact.mdwn20
-rw-r--r--local.css3
2 files changed, 4 insertions, 19 deletions
diff --git a/contact.mdwn b/contact.mdwn
index 027aff5..f1cc4b2 100644
--- a/contact.mdwn
+++ b/contact.mdwn
@@ -1,23 +1,5 @@
[[!meta title="Contact"]]
-
-<style>
-#contact
-{
-width: 100%;
- border-collapse: collapse;
- text-align: left;
-}
-#contact th
-{
- font-size: 14px;
- font-weight: normal;
-}
-#contact td
-{
- padding: 9px 8px 0px 8px;
-}
-</style>
-<table>
+<table class="contactdetails">
<tr>
<td>Email</td>
<td><a href="mailto:mail@cbaines.net">mail@cbaines.net</a></td>
diff --git a/local.css b/local.css
index e69de29..f91f217 100644
--- a/local.css
+++ b/local.css
@@ -0,0 +1,3 @@
+table.contactdetails {
+ width: 100%
+}