diff --git a/docs/content/_index.md b/docs/content/_index.md index a200555..6d7fdf7 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -6,18 +6,18 @@ weight: -270 #### Download -Download the latest version (1.5.2) using either of the links below. Or +Download the latest version (1.5.3) using either of the links below. Or download an older release via Github.
- CSS File - Minified CSS File + CSS File + Minified CSS File Github Releases
#### NPM -PaperCSS is available on NPM, current version 1.5.2. Install with npm install papercss --save and find the CSS in: +PaperCSS is available on NPM, current version 1.5.3. Install with npm install papercss --save and find the CSS in: * node_modules/papercss/dist/paper.css * node_modules/papercss/dist/paper.min.css @@ -27,8 +27,8 @@ PaperCSS is available on NPM, current version 1.5.2. Install with npm inst Don't want to download it? That's cool. You can just link to PaperCSS via [unpkg's CDN](https://unpkg.com/#/). You can use either: -* [https://unpkg.com/papercss@1.5.2/dist/paper.css](https://unpkg.com/papercss@1.5.2/dist/paper.css) -* [https://unpkg.com/papercss@1.5.2/dist/paper.min.css](https://unpkg.com/papercss@1.5.2/dist/paper.min.css) +* [https://unpkg.com/papercss@1.5.3/dist/paper.css](https://unpkg.com/papercss@1.5.3/dist/paper.css) +* [https://unpkg.com/papercss@1.5.3/dist/paper.min.css](https://unpkg.com/papercss@1.5.3/dist/paper.min.css) Here's a quck snippet to get started with PaperCSS: @@ -39,7 +39,7 @@ Here's a quck snippet to get started with PaperCSS: - + Document diff --git a/package-lock.json b/package-lock.json index 9d3b4b3..ef53ff5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "papercss", - "version": "1.5.1", + "version": "1.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b816c0b..98aad74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "papercss", - "version": "1.5.2", + "version": "1.5.3", "description": "The less formal CSS framework.", "main": "index.js", "scripts": { diff --git a/src/content/_lists.scss b/src/content/_lists.scss index 0d116c1..a2840fd 100644 --- a/src/content/_lists.scss +++ b/src/content/_lists.scss @@ -25,6 +25,14 @@ ul { li { text-indent: -7px; + + .badge, + [popover-bottom]::after, + [popover-left]::after, + [popover-right]::after, + [popover-top]::after { + text-indent: 0; + } &::before { left: -7px;