From 5517f9907e5660858226b99138da36951660d564 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 21 Feb 2014 14:52:15 -0800 Subject: Fixes #12744: Document ability to remove animation on modals --- docs/_includes/nav-javascript.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-javascript.html b/docs/_includes/nav-javascript.html index aeeafe264..741b9cf81 100644 --- a/docs/_includes/nav-javascript.html +++ b/docs/_includes/nav-javascript.html @@ -14,6 +14,7 @@ -- cgit v1.2.3 From f27b864f7ba34c8484e31c1b430312ffd0e4e178 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 25 Feb 2014 17:28:16 -0800 Subject: grunt build-customizer-html --- docs/_includes/customizer-variables.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 7aeeee378..30623344e 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1126,7 +1126,7 @@
- +

Padding applied to the modal body

-- cgit v1.2.3 From 559b90f944fe9cfd463c1be3f89cf5d7cf7f8cb4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 3 Mar 2014 23:50:04 -0800 Subject: Rename RTL files and add some basic docs --- docs/_includes/nav-css.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-css.html b/docs/_includes/nav-css.html index 15025da0c..6da0b11dd 100644 --- a/docs/_includes/nav-css.html +++ b/docs/_includes/nav-css.html @@ -128,3 +128,11 @@
  • Rails install
  • +
  • + RTL version + +
  • -- cgit v1.2.3 From 477dc99ffa3a4a8c604e6fbbc4946ca2eb83ba01 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 3 Mar 2014 23:50:28 -0800 Subject: fix nav --- docs/_includes/nav-css.html | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-css.html b/docs/_includes/nav-css.html index 6da0b11dd..bd2112b30 100644 --- a/docs/_includes/nav-css.html +++ b/docs/_includes/nav-css.html @@ -131,7 +131,6 @@
  • RTL version -- cgit v1.2.3 From 1399497a02c6741c21a655b22a4ae71f8ed2b974 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 4 Mar 2014 00:30:40 -0800 Subject: grunt --- docs/_includes/customizer-variables.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/_includes') diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 30623344e..9fd87deda 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1352,6 +1352,14 @@
  • +
    + + +
    +
    + + +
    -- cgit v1.2.3 From e418377b119cbe8604370adcc17ab3de76b2a415 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 4 Mar 2014 15:16:38 -0800 Subject: Fixes #12697: Document readonly inputs --- docs/_includes/nav-css.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-css.html b/docs/_includes/nav-css.html index bd2112b30..1ff3fe804 100644 --- a/docs/_includes/nav-css.html +++ b/docs/_includes/nav-css.html @@ -67,6 +67,7 @@
  • Static control
  • Focus state
  • Disabled state
  • +
  • Readonly state
  • Validation states
  • Control sizing
  • Help text
  • -- cgit v1.2.3 From fdbeefff590d2c185eae86f2e5976c5e8d0de28d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 4 Mar 2014 16:56:35 -0800 Subject: nav --- docs/_includes/nav-components.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-components.html b/docs/_includes/nav-components.html index a7ec8a240..39280938b 100644 --- a/docs/_includes/nav-components.html +++ b/docs/_includes/nav-components.html @@ -103,6 +103,7 @@ -- cgit v1.2.3 From 705ff7f2275ca823f71ca8dfba27a3b68119a2a4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 6 Mar 2014 23:18:13 -0800 Subject: Moving the embed to it's own CSS file, moving the docs to the Components page with an example, fixing a Glyhpicons list problem in the docs --- docs/_includes/nav-components.html | 1 + docs/_includes/nav-css.html | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-components.html b/docs/_includes/nav-components.html index f63a1335a..e850f3abc 100644 --- a/docs/_includes/nav-components.html +++ b/docs/_includes/nav-components.html @@ -138,4 +138,5 @@
  • With list groups
  • +
  • Responsive embed
  • Wells
  • diff --git a/docs/_includes/nav-css.html b/docs/_includes/nav-css.html index c5f4175a1..1ff3fe804 100644 --- a/docs/_includes/nav-css.html +++ b/docs/_includes/nav-css.html @@ -103,7 +103,6 @@
  • Showing and hiding content
  • Screen reader content
  • Image replacement
  • -
  • Embeds responsive
  • -- cgit v1.2.3 From 6452b409aaaf837ba009cffb341cb287c315fe74 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 7 Mar 2014 00:23:22 -0800 Subject: grunt for days --- docs/_includes/customizer-variables.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/_includes') diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index e307471d3..a97835775 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1352,6 +1352,10 @@
  • +
    + + +
    -- cgit v1.2.3 From d1d5d9041365c92b5e5577d2133a26fe509223e8 Mon Sep 17 00:00:00 2001 From: mrmrs Date: Fri, 7 Mar 2014 00:10:46 -0800 Subject: Fixes #12748 --- docs/_includes/nav-css.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-css.html b/docs/_includes/nav-css.html index 1ff3fe804..d67ad20be 100644 --- a/docs/_includes/nav-css.html +++ b/docs/_includes/nav-css.html @@ -30,7 +30,8 @@
  • -- cgit v1.2.3