From f10dc27cd49924a835d847985b3a51246818fc2f Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 16 Feb 2016 22:48:41 -0800 Subject: [PATCH 01/17] .navbar-divider width: 1px=>$border-width [skip sauce] [skip validator] --- scss/_navbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 58da40c78b..d639e76678 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -86,7 +86,7 @@ .navbar-divider { float: left; - width: 1px; + width: $border-width; padding-top: .425rem; padding-bottom: .425rem; margin-right: $navbar-padding-x; From 1bfcf05f65dd2601f4365c7e9be52d4181e5acc6 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Sun, 10 Apr 2016 15:01:06 +0100 Subject: [PATCH 02/17] Add aria-label and callout about labelling pagination components --- docs/components/pagination.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/components/pagination.md b/docs/components/pagination.md index ed5bcd5431..68c906c77c 100644 --- a/docs/components/pagination.md +++ b/docs/components/pagination.md @@ -16,7 +16,7 @@ Provide pagination links for your site or app with the multi-page pagination com Simple pagination inspired by Rdio, great for apps and search results. The large block is hard to miss, easily scalable, and provides large click areas. {% example html %} -