ver.1.4.0

This commit is contained in:
sienori 2017-11-07 19:30:52 +09:00 committed by GitHub
parent 8424825cbb
commit 05ed7ba72f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 71 additions and 68 deletions

View file

@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "1.3.2",
"version": "1.4.0",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",

View file

@ -1,5 +1,5 @@
body {
/*font-family: 'Segoe UI', 'San Francisco', 'Ubuntu', 'Fira Sans', 'Roboto', 'Arial', 'Helvetica', sans-serif !important;*/
font-family: 'Segoe UI', 'San Francisco', 'Ubuntu', 'Fira Sans', 'Roboto', 'Arial', 'Helvetica', sans-serif !important;
text-align: left;
font-size: 13px;
height: auto;
@ -13,8 +13,11 @@ body {
}
hr {
size: 1;
color: #eee;
border: none;
border-top: solid 1px #bbb;
height: 1px;
color: #FFFFFF;
margin: 0 6 0 6;
}
p {}