From 8dc7807dcdd67881280ea8d7d3f58bc7ce5b31ca Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 18 Jul 2013 00:48:02 -0700 Subject: change characters --- docs/assets/css/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/assets') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 888d0bbc8..26c34f59d 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4405,11 +4405,11 @@ a.list-group-item.active > .badge, } .carousel-control .icon-prev:before { - content: '\00ab'; + content: '\2039'; } .carousel-control .icon-next:before { - content: '\00bb'; + content: '\203a'; } .carousel-indicators { -- cgit v1.2.3