From 07a3ea5f54e6495fa3d8f548b374a312119ce0f1 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 20 Jan 2015 16:24:34 -0800 Subject: Add .glyphicon-* aliases for other ISO 4217-ish currency codes Fixes #15617. --- docs/_data/glyphicons.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/_data') diff --git a/docs/_data/glyphicons.yml b/docs/_data/glyphicons.yml index ade750912..338e99398 100644 --- a/docs/_data/glyphicons.yml +++ b/docs/_data/glyphicons.yml @@ -227,8 +227,12 @@ - glyphicon-piggy-bank - glyphicon-scissors - glyphicon-bitcoin +- glyphicon-btc +- glyphicon-xbt - glyphicon-yen +- glyphicon-jpy - glyphicon-ruble +- glyphicon-rub - glyphicon-scale - glyphicon-ice-lolly - glyphicon-ice-lolly-tasted -- cgit v1.2.3 From 5af5d6fa7b0309b9bd108c59ca26833db8b33f9c Mon Sep 17 00:00:00 2001 From: Gianfranco Palumbo Date: Wed, 11 Feb 2015 00:23:54 +0000 Subject: Fix link to French translation --- docs/_data/translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_data') diff --git a/docs/_data/translations.yml b/docs/_data/translations.yml index 0978cd1fe..f6ae92994 100644 --- a/docs/_data/translations.yml +++ b/docs/_data/translations.yml @@ -11,7 +11,7 @@ - name: French code: fr description: Bootstrap en Français - url: http://www.oneskyapp.com/docs/bootstrap/fr + url: http://www.oneskyapp.com/fr/docs/bootstrap/getting-started/ - name: German code: de -- cgit v1.2.3 From 5f5b148e498c065af6aee5274a7da75fbae6d449 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 11 Feb 2015 16:25:51 -0800 Subject: Fix oneskyapp translation links Closes #15754 [skip sauce] --- docs/_data/translations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_data') diff --git a/docs/_data/translations.yml b/docs/_data/translations.yml index f6ae92994..2340b99f1 100644 --- a/docs/_data/translations.yml +++ b/docs/_data/translations.yml @@ -31,12 +31,12 @@ - name: Russian code: ru description: Bootstrap по-русски - url: http://www.oneskyapp.com/docs/bootstrap/ru + url: http://www.oneskyapp.com/ru/docs/bootstrap/ - name: Spanish code: es description: Bootstrap en Español - url: http://www.oneskyapp.com/docs/bootstrap/es + url: http://www.oneskyapp.com/es/docs/bootstrap/ - name: Ukrainian code: uk -- cgit v1.2.3 From 9596a51f543565b523b5e360b947d9cff4a83ce4 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 19 Feb 2015 12:52:37 -0800 Subject: Add Wall of Browser Bugs entries for #15832 [skip sauce] --- docs/_data/browser-bugs.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'docs/_data') diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index 1feb7c312..690efef74 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -78,6 +78,16 @@ origin: > Offshoot of Bootstrap#8350 & Chromium#337668 +- + browser: > + Chrome (OS X) + summary: > + Caps Lock indicator not shown in `` with `display: block` + upstream_bug: > + Chromium#460200 + origin: > + Bootstrap#15832 + - browser: > Chrome @@ -170,6 +180,16 @@ origin: > Bootstrap#15205 +- + browser: > + Safari (OS X) + summary: > + Caps Lock indicator not shown in `` with `display: block` + upstream_bug: > + WebKit#141804, Safari#19892433 + origin: > + Bootstrap#15832 + - browser: > Safari (iOS) -- cgit v1.2.3