mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 03:56:21 +05:30
Prepare release
This commit is contained in:
parent
2a33c284f1
commit
19592fe137
4 changed files with 22 additions and 1 deletions
2
cache/installedVersion.json
vendored
2
cache/installedVersion.json
vendored
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"id": 782014,
|
||||
"tag_name": "v2.6.3"
|
||||
"tag_name": "v2.6.4"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -348,6 +348,13 @@ blockquote p {
|
|||
padding: 0 1em;
|
||||
}
|
||||
|
||||
.tags a:after {
|
||||
content:", ";
|
||||
}
|
||||
.tags a:last-child:after {
|
||||
content:"";
|
||||
}
|
||||
|
||||
/*-------------------------
|
||||
Table
|
||||
--------------------------*/
|
||||
|
|
|
|||
|
|
@ -313,6 +313,13 @@ span.help {
|
|||
padding: 0 1em;
|
||||
}
|
||||
|
||||
.tags a:after {
|
||||
content:", ";
|
||||
}
|
||||
.tags a:last-child:after {
|
||||
content:"";
|
||||
}
|
||||
|
||||
/*-------------------------
|
||||
Table
|
||||
--------------------------*/
|
||||
|
|
|
|||
|
|
@ -253,6 +253,13 @@ ul li, ol li {
|
|||
padding: 0 1em;
|
||||
}
|
||||
|
||||
.tags a:after {
|
||||
content:", ";
|
||||
}
|
||||
.tags a:last-child:after {
|
||||
content:"";
|
||||
}
|
||||
|
||||
/*-------------------------
|
||||
Header
|
||||
--------------------------*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue