diff --git a/content/personal/2008/05/geohashing.html b/content/personal/2008/05/geohashing.html
index 7961c51..822da14 100644
--- a/content/personal/2008/05/geohashing.html
+++ b/content/personal/2008/05/geohashing.html
@@ -1,4 +1,4 @@
-
+
Randall Munroe proposed the awesomely geeky idea of geohashing via the xkcd comic and blag recently. The idea basically involves using the MD5 hash of a date combined with the opening value of the Dow Jones Index for that date to derive a latitude and longitude relative to a (generally your own) location.
diff --git a/output/css/style.css b/output/css/style.css
index a31754c..81bfaaa 100644
--- a/output/css/style.css
+++ b/output/css/style.css
@@ -288,11 +288,14 @@ ul.inline li:first-child {
/* Extra parts on post page */
.respond {
/* border-top: 1px solid #999;*/
+ padding: 10px;
+ background-color: #ddd;
}
.respond h2 {
padding-left: 42px;
line-height: 32px;
background: url(/images/comment32.png) no-repeat top left;
+ margin-top: 0;
}
.published {
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
@@ -301,3 +304,18 @@ ul.inline li:first-child {
padding-bottom: 10px;
font-size: 14px;
}
+
+/* Wordpress element alignment classes */
+.alignleft, img.alignleft {
+ float:left;
+ margin:5px 10px 5px 0;
+}
+.alignright, img.alignright {
+ float:right;
+ margin:5px 0 5px 10px;
+}
+.aligncenter, div.aligncenter, img.aligncenter {
+ text-align:center;
+ display:block;
+ margin:10px auto;
+}
diff --git a/output/images/2008/05/geohashing-resized.png b/output/images/2008/05/geohashing-resized.png
new file mode 100644
index 0000000..65a2952
Binary files /dev/null and b/output/images/2008/05/geohashing-resized.png differ