Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
dotos committed Aug 17, 2017
1 parent 380666d commit 7d0746c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/Valine.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "valine",
"version": "1.1.5",
"version": "1.1.6",
"description": "A simple comment system based on Leancloud.",
"main": "/src/Valine.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/Valine.js
Expand Up @@ -31,7 +31,7 @@ class Valine {
constructor(option) {
let _root = this;
// version
_root.version = '1.1.5';
_root.version = '1.1.6';

_root.md5 = md5;
// Valine init
Expand Down
3 changes: 3 additions & 0 deletions src/Valine.scss
Expand Up @@ -116,6 +116,8 @@
ul,
li {
list-style: none;
margin: 0 auto;
padding: 0;
}
.txt-center {
text-align: center;
Expand All @@ -142,6 +144,7 @@
}
.vbtn {
display: inline-block;
background: #ededed;
margin-bottom: 0;
font-weight: 400;
text-align: center;
Expand Down

0 comments on commit 7d0746c

Please sign in to comment.