1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

リアルタイム(SocketIO)実装 / Markdown style改善

This commit is contained in:
Rokt33r
2015-09-08 15:28:36 +09:00
parent 51bd12c6cf
commit a3847ce1c9
24 changed files with 176 additions and 110 deletions

View File

@@ -6,7 +6,7 @@ marked()
h1
font-size 2em
border-bottom solid 2px borderColor
margin 0.67 auto
margin 0.67em auto
h2
font-size 1.5em
margin 0.83em auto
@@ -27,7 +27,7 @@ marked()
line-height 1.8em
p
line-height 1.8em
margin-bottom 15px
margin-bottom 25px
img
max-width 100%
strong
@@ -43,6 +43,7 @@ marked()
ul
list-style-type disc
padding-left 35px
margin-bottom 25px
li
display list-item
margin 15px 0
@@ -53,6 +54,7 @@ marked()
ol
list-style-type decimal
padding-left 35px
margin-bottom 25px
li
display list-item
margin 15px 0
@@ -70,7 +72,7 @@ marked()
border solid 1px borderColor
border-radius 5px
overflow-x auto
margin-bottom 15px
margin-bottom 25px
background-color #F6F6F6
&>code
padding 0