=== modified file 'styles/styles.css'
--- styles/styles.css	2010-10-15 02:59:06 +0000
+++ styles/styles.css	2010-10-15 21:12:37 +0000
@@ -932,7 +932,8 @@
 }
 
 .front .block-content .front-get-started a {
-  margin: 0 1.5em;
+  margin: 0;
+  display: inline-block;
 }
 
 .front #content .block-content ul {
@@ -1226,7 +1227,7 @@
 /* link button (green button) */
 a.link-button {
   color: #FFF;
-  display: block;
+  display: inline-block;
   font-family: Helvetica, Arial, sans-serif; /* used for titles, headers */
   font-size: 1.38461em;  /* 1.38461 * 13 = 18px */
   height: 36px;
@@ -1239,9 +1240,10 @@
 }
 
 .link-button span {
-  display: block;
-  height: 28px;
-  padding: 8px 12px 0 0;
+  display: inline-block;
+  line-height: 36px;
+  height: 36px;
+  padding: 0 12px 0 0;
 }
 
 input.default {

