app/assets/stylesheets/documentation/markdown.scss in documentation-1.0.5 vs app/assets/stylesheets/documentation/markdown.scss in documentation-1.0.6

- old
+ new

@@ -9,11 +9,11 @@ p { margin:20px 0; line-height:1.8;} ul, ol { line-height:1.8em; margin:20px 0; margin-left:40px; } ul li { background:image-url('documentation/pin.svg') no-repeat 0 5px; background-size:13px; padding-left:25px;} ol { margin-left:65px;} - ol li { margin-bottom:20px;padding-left:15px;} + ol li { margin-bottom:8px;padding-left:15px;} ol li:last-child { margin-bottom:0; } ul.pages { overflow:hidden; li { background:image-url('documentation/page.svg') no-repeat 0 5px; background-size:13px; padding-left:25px; width:45%; float:left; margin-bottom:5px;} } @@ -22,10 +22,10 @@ &:hover a.anchor { display:inline-block;} } a.anchor { display:none; float:right; border:0; color:#999; width:16px; height:16px; background:image-url('documentation/link.svg'); opacity:0.6; background-size:16px; text-indent:-40000px;} - p.recommendation { + p.recommendation, p.notice { background:image-url('documentation/recommendation.svg') #F5F7FB no-repeat 20px 16px; background-size:20px; border:1px solid #E4E7ED; padding:15px; margin-left:0;