diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 39ac62f7ac606bc576587ea9cec7b5131627bfa7..2ae5325b2327437618a2a7518e6656a216af1ccb 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -6,7 +6,7 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Fri Jan 27 14:48:53 PST 2012
+ * Date: Fri Jan 27 15:27:51 PST 2012
  */
 article,
 aside,
@@ -316,6 +316,14 @@ h6 {
   color: #999999;
   text-transform: uppercase;
 }
+.page-header {
+  padding-bottom: 17px;
+  margin: 18px 0;
+  border-bottom: 1px solid #eeeeee;
+}
+.page-header h1 {
+  line-height: 1;
+}
 ul, ol {
   padding: 0;
   margin: 0 0 9px 25px;
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 19356df1a68bd65bd0643af2e046336701c915fd..bc3c9710640fb3eee0eb488427c6f9c569be006b 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -42,14 +42,6 @@ body {
 section {
   padding-top: 60px;
 }
-.page-header {
-  margin: 18px 0;
-  border-bottom: 1px solid #eee;
-}
-.page-header h1 {
-  margin-bottom: 17px;
-  line-height: 1;
-}
 
 /* Faded out hr */
 hr.soften {
diff --git a/less/type.less b/less/type.less
index 087224fd0c812cb462ec9be65c421ab495c06a51..7841bb0906a647fcad918fb5a8cdf37781a95e43 100644
--- a/less/type.less
+++ b/less/type.less
@@ -75,6 +75,17 @@ h6 {
   text-transform: uppercase;
 }
 
+// Page header
+.page-header {
+  padding-bottom: @baseLineHeight - 1;
+  margin: @baseLineHeight 0;
+  border-bottom: 1px solid @grayLighter;
+}
+.page-header h1 {
+  line-height: 1;
+}
+
+
 
 // LISTS
 // -----