diff --git a/docs/_css/react.scss b/docs/_css/react.scss index ec2c9717be..971701ed81 100644 --- a/docs/_css/react.scss +++ b/docs/_css/react.scss @@ -678,3 +678,7 @@ p code { padding-top: 0; } } + +.post { + margin-bottom: 30px; +} diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index c76ee35e98..fd08feb820 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -72,6 +72,7 @@
© 2013 Facebook Inc.
+
- diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html index bda55583cf..8df307908b 100644 --- a/docs/_layouts/docs.html +++ b/docs/_layouts/docs.html @@ -19,5 +19,7 @@ sectionid: docs Next → {% endif %} + +
diff --git a/docs/_layouts/post.html b/docs/_layouts/post.html index c2da78a6e1..656085dcb6 100644 --- a/docs/_layouts/post.html +++ b/docs/_layouts/post.html @@ -14,5 +14,8 @@ sectionid: blog
{{ content }}
+ +
+