update plugins page and tables

This commit is contained in:
Vladimir Agafonkin 2014-04-24 19:12:27 +03:00
parent 44c67dfa8c
commit 924ad018b1
3 changed files with 26 additions and 3 deletions

View File

@ -1,5 +1,5 @@
---
layout: default
layout: v2
root: ../../../
post: true
---

View File

@ -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;
}

View File

@ -1,5 +1,5 @@
---
layout: default
layout: v2
title: Plugins
bodyclass: plugins-page
---