diff --git a/_layouts/post.html b/_layouts/post.html
index 30a2c8c0..e97f3acf 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -1,5 +1,5 @@
---
-layout: default
+layout: v2
root: ../../../
post: true
---
diff --git a/docs/css/main.css b/docs/css/main.css
index 7cea24ea..05897e69 100644
--- a/docs/css/main.css
+++ b/docs/css/main.css
@@ -67,6 +67,11 @@ h2, h3, .nav {
font-family: 'Open Sans', sans-serif;
}
+h3 {
+ margin-top: 2em;
+ color: #777;
+}
+
.nav {
overflow: hidden;
@@ -169,7 +174,19 @@ a {
th, td {
text-align: left;
- padding: 2px 5px;
+ padding: 8px 10px;
+ border: 1px solid #ccc;
+}
+th {
+ background: #eee;
+ text-shadow: 1px 1px 0 white;
+ background-color: #eeeeee;
+ background-image: -webkit-linear-gradient(top, #eeeeee, #d7d7d7);
+ background-image: linear-gradient(to bottom, #eeeeee, #d7d7d7);
+}
+table {
+ width: 100%;
+ border-collapse: collapse;
}
@@ -221,3 +238,9 @@ hr {
.post-title {
margin-top: 0;
}
+
+
+.plugins td:first-child,
+.plugins td:last-child {
+ white-space: nowrap;
+}
diff --git a/plugins.md b/plugins.md
index f1369a88..85606f8e 100644
--- a/plugins.md
+++ b/plugins.md
@@ -1,5 +1,5 @@
---
-layout: default
+layout: v2
title: Plugins
bodyclass: plugins-page
---