From: Chris Rebert Date: Thu, 18 Dec 2014 02:36:51 +0000 (-0800) Subject: rename .previous => .pager-prev , .next => .pager-next X-Git-Tag: v4.0.0-alpha~475^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12c5473e7a3633616628c47e20e0eb23bbb01aec;p=thirdparty%2Fbootstrap.git rename .previous => .pager-prev , .next => .pager-next --- diff --git a/docs/components/pagination.md b/docs/components/pagination.md index c16f97cb6c..dacc653f7a 100644 --- a/docs/components/pagination.md +++ b/docs/components/pagination.md @@ -63,7 +63,7 @@ Links are customizable for different circumstances. Use `.disabled` for unclicka {% endexample %} -You can optionally swap out active or disabled anchors for ``, or omit the anchor in the case of the previous/next arrows, to remove click functionality while retaining intended styles. +You can optionally swap out active or disabled anchors for ``, or omit the anchor in the case of the prev/next arrows, to remove click functionality while retaining intended styles. {% highlight html %}