From 78d62dc4c9e52c8fcc168cf8753473a57391a0b8 Mon Sep 17 00:00:00 2001 From: Jon Q Date: Tue, 9 Apr 2019 11:15:11 -0400 Subject: [PATCH] 0.1.6 --- .../components/BeaconHistoryTimeline/styles.css | 2 +- dist/css/styles.android.css | 6 ++++-- dist/css/styles.base.css | 6 ++++-- dist/css/styles.ios.css | 14 +++++++++++--- dist/css/styles.web.css | 6 ++++-- .../components/BeaconHistoryTimeline/styles.scss | 2 +- dist/scss/styles.android.scss | 6 ++++-- dist/scss/styles.base.scss | 6 ++++-- dist/scss/styles.ios.scss | 14 +++++++++++--- dist/scss/styles.web.scss | 6 ++++-- package-lock.json | 2 +- package.json | 2 +- 12 files changed, 50 insertions(+), 22 deletions(-) diff --git a/dist/css/components/BeaconHistoryTimeline/styles.css b/dist/css/components/BeaconHistoryTimeline/styles.css index 438f64c..20d24a6 100644 --- a/dist/css/components/BeaconHistoryTimeline/styles.css +++ b/dist/css/components/BeaconHistoryTimeline/styles.css @@ -1,5 +1,5 @@ /** - * @helpscout/doc-article-styles v0.1.5 + * @helpscout/doc-article-styles v0.1.6 * Doc Article CSS * */ diff --git a/dist/css/styles.android.css b/dist/css/styles.android.css index 8e75e74..edea681 100644 --- a/dist/css/styles.android.css +++ b/dist/css/styles.android.css @@ -1,5 +1,5 @@ /** - * @helpscout/doc-article-styles v0.1.5 + * @helpscout/doc-article-styles v0.1.6 * Doc Article CSS * Android */ @@ -98,7 +98,9 @@ #fullArticle img.noBdr { border: 0; border-radius: 0; box-shadow: none; } -#fullArticle ul, #fullArticle ol { list-style-position: inside; padding-left: 0; } +#fullArticle ul, #fullArticle ol { list-style-position: outside; padding-left: 1em; } + +#fullArticle ol ol { list-style-type: lower-alpha; margin: 0 0 9px 25px; } #fullArticle li { margin-bottom: 0.2em; } diff --git a/dist/css/styles.base.css b/dist/css/styles.base.css index c2d49b1..faf5547 100644 --- a/dist/css/styles.base.css +++ b/dist/css/styles.base.css @@ -1,5 +1,5 @@ /** - * @helpscout/doc-article-styles v0.1.5 + * @helpscout/doc-article-styles v0.1.6 * Doc Article CSS * */ @@ -98,7 +98,9 @@ #fullArticle img.noBdr { border: 0; border-radius: 0; box-shadow: none; } -#fullArticle ul, #fullArticle ol { list-style-position: inside; padding-left: 0; } +#fullArticle ul, #fullArticle ol { list-style-position: outside; padding-left: 1em; } + +#fullArticle ol ol { list-style-type: lower-alpha; margin: 0 0 9px 25px; } #fullArticle li { margin-bottom: 0.2em; } diff --git a/dist/css/styles.ios.css b/dist/css/styles.ios.css index 9e8003c..9794cfe 100644 --- a/dist/css/styles.ios.css +++ b/dist/css/styles.ios.css @@ -1,5 +1,5 @@ /** - * @helpscout/doc-article-styles v0.1.5 + * @helpscout/doc-article-styles v0.1.6 * Doc Article CSS * iOS */ @@ -98,7 +98,9 @@ #fullArticle img.noBdr { border: 0; border-radius: 0; box-shadow: none; } -#fullArticle ul, #fullArticle ol { list-style-position: inside; padding-left: 0; } +#fullArticle ul, #fullArticle ol { list-style-position: outside; padding-left: 1em; } + +#fullArticle ol ol { list-style-type: lower-alpha; margin: 0 0 9px 25px; } #fullArticle li { margin-bottom: 0.2em; } @@ -182,4 +184,10 @@ #fullArticle .callout-red.dashed { border: 1px dashed #e52f28; } -#fullArticle { padding: 0 15px; } +html { -webkit-text-size-adjust: none; } + +#fullArticle { padding: 0 15px; font: -apple-system-subheadline; } + +#fullArticle .c-Article__title { color: #2a3b47; font: -apple-system-title3; line-height: 1.2; margin-right: 20px; margin-bottom: 15px; word-wrap: break-word; font-weight: bolder; } + +#fullArticle .u-overflow-x { overflow-x: auto; } diff --git a/dist/css/styles.web.css b/dist/css/styles.web.css index a699774..7622337 100644 --- a/dist/css/styles.web.css +++ b/dist/css/styles.web.css @@ -1,5 +1,5 @@ /** - * @helpscout/doc-article-styles v0.1.5 + * @helpscout/doc-article-styles v0.1.6 * Doc Article CSS * Web */ @@ -98,7 +98,9 @@ #fullArticle img.noBdr { border: 0; border-radius: 0; box-shadow: none; } -#fullArticle ul, #fullArticle ol { list-style-position: inside; padding-left: 0; } +#fullArticle ul, #fullArticle ol { list-style-position: outside; padding-left: 1em; } + +#fullArticle ol ol { list-style-type: lower-alpha; margin: 0 0 9px 25px; } #fullArticle li { margin-bottom: 0.2em; } diff --git a/dist/scss/components/BeaconHistoryTimeline/styles.scss b/dist/scss/components/BeaconHistoryTimeline/styles.scss index 438f64c..20d24a6 100644 --- a/dist/scss/components/BeaconHistoryTimeline/styles.scss +++ b/dist/scss/components/BeaconHistoryTimeline/styles.scss @@ -1,5 +1,5 @@ /** - * @helpscout/doc-article-styles v0.1.5 + * @helpscout/doc-article-styles v0.1.6 * Doc Article CSS * */ diff --git a/dist/scss/styles.android.scss b/dist/scss/styles.android.scss index 8e75e74..edea681 100644 --- a/dist/scss/styles.android.scss +++ b/dist/scss/styles.android.scss @@ -1,5 +1,5 @@ /** - * @helpscout/doc-article-styles v0.1.5 + * @helpscout/doc-article-styles v0.1.6 * Doc Article CSS * Android */ @@ -98,7 +98,9 @@ #fullArticle img.noBdr { border: 0; border-radius: 0; box-shadow: none; } -#fullArticle ul, #fullArticle ol { list-style-position: inside; padding-left: 0; } +#fullArticle ul, #fullArticle ol { list-style-position: outside; padding-left: 1em; } + +#fullArticle ol ol { list-style-type: lower-alpha; margin: 0 0 9px 25px; } #fullArticle li { margin-bottom: 0.2em; } diff --git a/dist/scss/styles.base.scss b/dist/scss/styles.base.scss index c2d49b1..faf5547 100644 --- a/dist/scss/styles.base.scss +++ b/dist/scss/styles.base.scss @@ -1,5 +1,5 @@ /** - * @helpscout/doc-article-styles v0.1.5 + * @helpscout/doc-article-styles v0.1.6 * Doc Article CSS * */ @@ -98,7 +98,9 @@ #fullArticle img.noBdr { border: 0; border-radius: 0; box-shadow: none; } -#fullArticle ul, #fullArticle ol { list-style-position: inside; padding-left: 0; } +#fullArticle ul, #fullArticle ol { list-style-position: outside; padding-left: 1em; } + +#fullArticle ol ol { list-style-type: lower-alpha; margin: 0 0 9px 25px; } #fullArticle li { margin-bottom: 0.2em; } diff --git a/dist/scss/styles.ios.scss b/dist/scss/styles.ios.scss index 9e8003c..9794cfe 100644 --- a/dist/scss/styles.ios.scss +++ b/dist/scss/styles.ios.scss @@ -1,5 +1,5 @@ /** - * @helpscout/doc-article-styles v0.1.5 + * @helpscout/doc-article-styles v0.1.6 * Doc Article CSS * iOS */ @@ -98,7 +98,9 @@ #fullArticle img.noBdr { border: 0; border-radius: 0; box-shadow: none; } -#fullArticle ul, #fullArticle ol { list-style-position: inside; padding-left: 0; } +#fullArticle ul, #fullArticle ol { list-style-position: outside; padding-left: 1em; } + +#fullArticle ol ol { list-style-type: lower-alpha; margin: 0 0 9px 25px; } #fullArticle li { margin-bottom: 0.2em; } @@ -182,4 +184,10 @@ #fullArticle .callout-red.dashed { border: 1px dashed #e52f28; } -#fullArticle { padding: 0 15px; } +html { -webkit-text-size-adjust: none; } + +#fullArticle { padding: 0 15px; font: -apple-system-subheadline; } + +#fullArticle .c-Article__title { color: #2a3b47; font: -apple-system-title3; line-height: 1.2; margin-right: 20px; margin-bottom: 15px; word-wrap: break-word; font-weight: bolder; } + +#fullArticle .u-overflow-x { overflow-x: auto; } diff --git a/dist/scss/styles.web.scss b/dist/scss/styles.web.scss index a699774..7622337 100644 --- a/dist/scss/styles.web.scss +++ b/dist/scss/styles.web.scss @@ -1,5 +1,5 @@ /** - * @helpscout/doc-article-styles v0.1.5 + * @helpscout/doc-article-styles v0.1.6 * Doc Article CSS * Web */ @@ -98,7 +98,9 @@ #fullArticle img.noBdr { border: 0; border-radius: 0; box-shadow: none; } -#fullArticle ul, #fullArticle ol { list-style-position: inside; padding-left: 0; } +#fullArticle ul, #fullArticle ol { list-style-position: outside; padding-left: 1em; } + +#fullArticle ol ol { list-style-type: lower-alpha; margin: 0 0 9px 25px; } #fullArticle li { margin-bottom: 0.2em; } diff --git a/package-lock.json b/package-lock.json index d8eb645..d8c865c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@helpscout/doc-article-styles", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2633121..48ca3ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@helpscout/doc-article-styles", "public": true, - "version": "0.1.5", + "version": "0.1.6", "description": "Doc Article CSS for Web/Android/iOS", "main": "index.js", "scripts": {