1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 10:16:26 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Rokt33r
1e7415b692 fix version 0.2.11 2015-09-06 19:48:44 +09:00
Rokt33r
ff950ef28a Merge branch 'dev'
* dev:
  improve markdown style
2015-09-06 12:19:20 +09:00
Rokt33r
51bd12c6cf improve markdown style 2015-09-06 12:18:54 +09:00
2 changed files with 10 additions and 9 deletions

View File

@@ -5,27 +5,28 @@ marked()
margin 15px 0
h1
font-size 2em
margin 0 auto 0.67em
border-bottom solid 2px borderColor
margin 0.67 auto
h2
font-size 1.5em
margin 0 auto 0.83em
margin 0.83em auto
h3
font-size 1.17em
margin 0 auto 1em
margin 1em auto
h4
font-size 1em
margin 0 auto 1.33em
margin 1.33em auto
h5
font-size 0.83em
margin 0 auto 1.67em
margin 1.67em auto
h6
font-size 0.67em
margin 2.33em auto
h1, h2, h3, h4, h5, h6
font-weight 400
line-height 1.4em
font-weight 700
line-height 1.8em
p
line-height 1.4em
line-height 1.8em
margin-bottom 15px
img
max-width 100%

View File

@@ -1,6 +1,6 @@
{
"name": "boost",
"version": "0.2.10",
"version": "0.2.11",
"description": "Boost App",
"main": "main.js",
"scripts": {