From 650e1e9dfa80d672d91a5c6878a9f0e9972a1398 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Wed, 8 Feb 2017 09:45:39 +0200 Subject: [PATCH] Updated card and table documentation pages --- docs/card.html | 12 ++++++------ docs/progress.html | 2 +- docs/table.html | 12 ++++++------ docs/v2/DEVLOG.md | 2 ++ 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/docs/card.html b/docs/card.html index 2ead209..7c43f42 100644 --- a/docs/card.html +++ b/docs/card.html @@ -43,7 +43,7 @@
-
+

Card

The card module provides you with modern, responsive, general-purpose containers for your page's contents. They are very easy to use and their structure is really simple and versatile. Layouts will respond to smaller screens, realigning the cards in a manner that makes your page mobile-friendly.

All examples showcased refer to the mini-default flavor, some class names and styles might differ based on the flavor you're using.

@@ -51,7 +51,7 @@
-
+

Quick overview

@@ -66,7 +66,7 @@
-
+

Basic syntax

@@ -182,7 +182,7 @@
-
+

Sections & media

@@ -225,7 +225,7 @@
-
+

Card sizing & fluidity

@@ -301,7 +301,7 @@
-
+

If you want to learn more about mini.css's modules, go back to the modules page and choose another module to see its documentation.

diff --git a/docs/progress.html b/docs/progress.html index d21f2ed..e8553eb 100644 --- a/docs/progress.html +++ b/docs/progress.html @@ -168,7 +168,7 @@

Notes

  • The .spinner-donut is an animated component, meaning that if a browsers does not support animation, this element might display incorrectly.
  • -
  • In certain cases, it might be useful to add the role="progressbar" attribute to increase donut spinner accessibility.
  • +
  • In certain cases, it might be useful to add the role="progressbar" attribute to increase donut spinner accessibility.

diff --git a/docs/table.html b/docs/table.html index bbf8cf5..f5379d7 100644 --- a/docs/table.html +++ b/docs/table.html @@ -49,7 +49,7 @@
-
+

Table

The table module provides styling and responsiveness for tables. Simple rules and accessible design paradigms have been used to make creating tables quick and easy. Large tables will collapse to cards when on smaller devices or, if you don't want that, they can be locked into their default, desktop view.

All examples showcased refer to the mini-default flavor, some class names and styles might differ based on the flavor you're using.

@@ -57,7 +57,7 @@
-
+

Quick overview

@@ -72,7 +72,7 @@
-
+

Basic syntax & responsiveness

@@ -198,7 +198,7 @@
-
+

Horizontal tables

@@ -275,7 +275,7 @@
-
+

Table variants & matrices

@@ -389,7 +389,7 @@
-
+

If you want to learn more about mini.css's modules, go back to the modules page and choose another module to see its documentation.

diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index ecb6fb2..4398ec2 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -850,3 +850,5 @@ - Fed **hugging cat**, it's even happier now. - Updated `tab.html` with some minor accessibility guidelines and new layout. - Updated `progress.html` with an accessibility guideline and new layout. +- Updated `card.html` with new layout. +- Updated `table.html` with new layout.