Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Q committed Apr 9, 2019
1 parent 46d2cbe commit 78d62dc
Show file tree
Hide file tree
Showing 12 changed files with 50 additions and 22 deletions.
2 changes: 1 addition & 1 deletion dist/css/components/BeaconHistoryTimeline/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @helpscout/doc-article-styles v0.1.5
* @helpscout/doc-article-styles v0.1.6
* Doc Article CSS
*
*/
Expand Down
6 changes: 4 additions & 2 deletions dist/css/styles.android.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @helpscout/doc-article-styles v0.1.5
* @helpscout/doc-article-styles v0.1.6
* Doc Article CSS
* Android
*/
Expand Down Expand Up @@ -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; }

Expand Down
6 changes: 4 additions & 2 deletions dist/css/styles.base.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @helpscout/doc-article-styles v0.1.5
* @helpscout/doc-article-styles v0.1.6
* Doc Article CSS
*
*/
Expand Down Expand Up @@ -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; }

Expand Down
14 changes: 11 additions & 3 deletions dist/css/styles.ios.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @helpscout/doc-article-styles v0.1.5
* @helpscout/doc-article-styles v0.1.6
* Doc Article CSS
* iOS
*/
Expand Down Expand Up @@ -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; }

Expand Down Expand Up @@ -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; }
6 changes: 4 additions & 2 deletions dist/css/styles.web.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @helpscout/doc-article-styles v0.1.5
* @helpscout/doc-article-styles v0.1.6
* Doc Article CSS
* Web
*/
Expand Down Expand Up @@ -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; }

Expand Down
2 changes: 1 addition & 1 deletion dist/scss/components/BeaconHistoryTimeline/styles.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @helpscout/doc-article-styles v0.1.5
* @helpscout/doc-article-styles v0.1.6
* Doc Article CSS
*
*/
Expand Down
6 changes: 4 additions & 2 deletions dist/scss/styles.android.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @helpscout/doc-article-styles v0.1.5
* @helpscout/doc-article-styles v0.1.6
* Doc Article CSS
* Android
*/
Expand Down Expand Up @@ -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; }

Expand Down
6 changes: 4 additions & 2 deletions dist/scss/styles.base.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @helpscout/doc-article-styles v0.1.5
* @helpscout/doc-article-styles v0.1.6
* Doc Article CSS
*
*/
Expand Down Expand Up @@ -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; }

Expand Down
14 changes: 11 additions & 3 deletions dist/scss/styles.ios.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @helpscout/doc-article-styles v0.1.5
* @helpscout/doc-article-styles v0.1.6
* Doc Article CSS
* iOS
*/
Expand Down Expand Up @@ -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; }

Expand Down Expand Up @@ -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; }
6 changes: 4 additions & 2 deletions dist/scss/styles.web.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @helpscout/doc-article-styles v0.1.5
* @helpscout/doc-article-styles v0.1.6
* Doc Article CSS
* Web
*/
Expand Down Expand Up @@ -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; }

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 78d62dc

Please sign in to comment.