diff --git a/readme.md b/readme.md index c6a8293..fdaea8d 100755 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ [![Travis Status](https://travis-ci.org/milligram/milligram.svg?branch=master)](https://travis-ci.org/milligram/milligram?branch=master) [![AppVeyor Status](https://ci.appveyor.com/api/projects/status/xcm8meymwerq0r82?svg=true)](https://ci.appveyor.com/project/cjpatoilo/milligram) [![Codacy Status](https://img.shields.io/codacy/grade/848fb4bd6902434fab0bcfb5461284fe/master.svg)](https://www.codacy.com/app/milligram/milligram/dashboard) -[![Dependencies Status](https://david-dm.org/milligram/milligram.svg)](https://david-dm.org/milligram/milligram) +[![Dependencies Status](https://img.shields.io/librariesio/github/milligram/milligram.github.io)](https://david-dm.org/milligram/milligram) [![Version Status](https://badge.fury.io/js/milligram.svg)](https://www.npmjs.com/package/milligram) [![Download Status](https://img.shields.io/npm/dt/milligram.svg)](https://www.npmjs.com/package/milligram) [![Gitter Chat](https://img.shields.io/badge/gitter-join_the_chat-4cc61e.svg)](https://gitter.im/milligram/milligram) diff --git a/src/templates/lists.pug b/src/templates/lists.pug index 6c91247..ff3b5e8 100644 --- a/src/templates/lists.pug +++ b/src/templates/lists.pug @@ -4,19 +4,19 @@ section.container#lists h3.title | Lists p.description - | The List is a very versatile and common way to display items. Milligram has three types of lists: The unordered list use + | The List is a very versatile and common way to display items. Milligram has three types of lists: The unordered list uses = ' ' code ul = ' ' - | element will be marked with a outline circles, the ordered list use + | element and your items will be marked with outline circles, the ordered list uses = ' ' code ol = ' ' - | element and your items will be marked with numbers, the description list use + | element and your items will be marked with numbers, the description list uses = ' ' code dl = ' ' - | element and your items will not be marking, only spacings. + | element and your items will not be marked, rather indented with space. div.example div.row div.column diff --git a/src/templates/tips.pug b/src/templates/tips.pug index a83ef23..17d6ddd 100644 --- a/src/templates/tips.pug +++ b/src/templates/tips.pug @@ -79,7 +79,7 @@ section.container#tips p strong Extending The Inheritances p - | The style of an element can be defined in several different locations, which interact in a complex way. It is this form of interaction makes CSS powerful, but it can make it confusing and difficult to debug. + | The style of an element can be defined in several different locations, which interact in a complex way. It is this form of interaction that makes CSS powerful, but it can also make it confusing and difficult to debug. div.example div.row div.column