From 924ad018b102e7d883e96aeaa6aeb8dfcc56b18b Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Thu, 24 Apr 2014 19:12:27 +0300 Subject: [PATCH] update plugins page and tables --- _layouts/post.html | 2 +- docs/css/main.css | 25 ++++++++++++++++++++++++- plugins.md | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) 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 ---