Browse Source

Prepare release

pull/255/head v2.6.4
Danang Probo Sayekti 10 years ago
parent
commit
19592fe137
4 changed files with 22 additions and 1 deletions
  1. +1
    -1
      cache/installedVersion.json
  2. +7
    -0
      themes/clean/css/style.css
  3. +7
    -0
      themes/default/css/style.css
  4. +7
    -0
      themes/logs/css/style.css

+ 1
- 1
cache/installedVersion.json View File

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

+ 7
- 0
themes/clean/css/style.css View File

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


+ 7
- 0
themes/default/css/style.css View File

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


+ 7
- 0
themes/logs/css/style.css View File

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


Loading…
Cancel
Save