Prepare release

This commit is contained in:
Danang Probo Sayekti 2015-09-21 13:58:20 +07:00
commit 19592fe137
4 changed files with 22 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{
"id": 782014,
"tag_name": "v2.6.3"
"tag_name": "v2.6.4"
}

View file

@ -348,6 +348,13 @@ blockquote p {
padding: 0 1em;
}
.tags a:after {
content:", ";
}
.tags a:last-child:after {
content:"";
}
/*-------------------------
Table
--------------------------*/

View file

@ -313,6 +313,13 @@ span.help {
padding: 0 1em;
}
.tags a:after {
content:", ";
}
.tags a:last-child:after {
content:"";
}
/*-------------------------
Table
--------------------------*/

View file

@ -253,6 +253,13 @@ ul li, ol li {
padding: 0 1em;
}
.tags a:after {
content:", ";
}
.tags a:last-child:after {
content:"";
}
/*-------------------------
Header
--------------------------*/