From ced425394e71578ee28b2b16ab027bdef6e5fb27 Mon Sep 17 00:00:00 2001 From: Afzal Sayed Date: Wed, 22 Nov 2017 22:09:42 +0530 Subject: [PATCH 1/2] Fix for summary links --- index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 5511dae..2718860 100644 --- a/index.html +++ b/index.html @@ -53,6 +53,8 @@
  • Code
  • Tables
  • Popovers
  • +
  • Cards
  • +
  • Badges
  • Colors
  • Borders & shadows
  • Utilities
  • @@ -633,7 +635,7 @@ function add(x, y) { -
    +

    Cards

    Full card example

    It is possible to not put all the sub-classes like card-title, card-subtitle, card-text, ... But instead the framework will recognize the element properly if it's a h4, h5, p, ... And you need to put all this content on a div with card class.

    @@ -746,7 +748,7 @@ function add(x, y) {
    -
    +

    Badges

    Default

    You can customize badges colors with secondary, success, warning, danger classes.

    From 0904f017bb224850c44d7b117e78aeafff688829 Mon Sep 17 00:00:00 2001 From: Danny Feliz Date: Tue, 21 Nov 2017 15:19:07 -0400 Subject: [PATCH 2/2] Add syntax highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27d21d1..21e8058 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Don't want to download it? That's cool. You can just link to PaperCSS via unpkg' - https://unpkg.com/papercss@1.1.0/dist/paper.min.css ## Quick Start -``` +```html