From f793853609ad0d292ba6291a8c87c66fd659a560 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 25 Apr 2014 11:39:42 -0700 Subject: document grid column wrapping behavior; fixes #13247 --- docs/_includes/nav/css.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/_includes/nav/css.html') diff --git a/docs/_includes/nav/css.html b/docs/_includes/nav/css.html index d67ad20be..f2b1b5420 100644 --- a/docs/_includes/nav/css.html +++ b/docs/_includes/nav/css.html @@ -18,6 +18,7 @@
  • Ex: Fluid container
  • Ex: Mobile and desktops
  • Ex: Mobile, tablet, desktops
  • +
  • Ex: Column wrapping
  • Responsive column resets
  • Offsetting columns
  • Nesting columns
  • -- cgit v1.2.3 From 5f6304bd65e01320ca93f80445d978ca37f59a01 Mon Sep 17 00:00:00 2001 From: Quy Ton Date: Thu, 8 May 2014 07:20:25 -0700 Subject: Remove outdated rtl nav links --- docs/_includes/nav/css.html | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs/_includes/nav/css.html') diff --git a/docs/_includes/nav/css.html b/docs/_includes/nav/css.html index f2b1b5420..5a8d86368 100644 --- a/docs/_includes/nav/css.html +++ b/docs/_includes/nav/css.html @@ -133,10 +133,3 @@
  • Rails install
  • -
  • - RTL version - -
  • -- cgit v1.2.3 From 585f4787f7080e738e8172a56901c2f347a54a30 Mon Sep 17 00:00:00 2001 From: Konstantin Kulinicenko Date: Sat, 24 May 2014 15:33:15 +0200 Subject: text transformation added Transform text in components with text capitalization classes. --- docs/_includes/nav/css.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/_includes/nav/css.html') diff --git a/docs/_includes/nav/css.html b/docs/_includes/nav/css.html index 5a8d86368..ac86dffce 100644 --- a/docs/_includes/nav/css.html +++ b/docs/_includes/nav/css.html @@ -33,6 +33,7 @@
  • Body copy
  • Inline text elements
  • Alignment classes
  • +
  • Transformation classes
  • Abbreviations
  • Addresses
  • Blockquotes
  • -- cgit v1.2.3