From e23906facaa63fcc97bddbd0895c301699c9e942 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Aug 2013 12:17:09 -0700 Subject: Fixes #8150: add `.static-form-control` for vertical alignment of static form text - Also fixes the vertical alignment of labels in horizontal layouts on account of the recent button and input padding changes - Also changes the vertical alignment of the checkboxes and radios in horizontal forms --- _includes/nav-css.html | 1 + 1 file changed, 1 insertion(+) (limited to '_includes/nav-css.html') diff --git a/_includes/nav-css.html b/_includes/nav-css.html index fc10a3037..921dfe0b2 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -56,6 +56,7 @@
  • Inline variation
  • Horizontal variation
  • Supported controls
  • +
  • Static form control
  • Control states
  • Control sizing
  • Help text
  • -- cgit v1.2.3 From aefed0ada9791338be11dd5318b24f17f517d51a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Aug 2013 00:48:36 -0700 Subject: fixes #9317: document media queries --- _includes/nav-css.html | 1 + 1 file changed, 1 insertion(+) (limited to '_includes/nav-css.html') diff --git a/_includes/nav-css.html b/_includes/nav-css.html index 921dfe0b2..202488370 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -15,6 +15,7 @@
  • Grid system
  • -- cgit v1.2.3 From c4b59fc1caab59fdc0220d8ad1a8b0df00c7fa56 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 15 Aug 2013 20:43:55 -0700 Subject: fixes #9663: third part, document the resets --- _includes/nav-css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes/nav-css.html') diff --git a/_includes/nav-css.html b/_includes/nav-css.html index e363df52b..f5226ec5e 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -20,7 +20,7 @@
  • Ex: Stacked-to-horizonal
  • Ex: Mobile-desktop
  • Ex: Mobile, tablet, desktop
  • -
  • Responsive column clearing
  • +
  • Responsive column resets
  • Offset columns
  • Nested columns
  • Column ordering
  • -- cgit v1.2.3