]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix #1106
authorJeremy Thomas <bbxdesign@gmail.com>
Tue, 5 Sep 2017 12:09:20 +0000 (14:09 +0200)
committerJeremy Thomas <bbxdesign@gmail.com>
Tue, 5 Sep 2017 12:11:39 +0000 (14:11 +0200)
CHANGELOG.md
docs/documentation/components/pagination.html

index fd4350a332c586a126ba433d5bcd93921968eea2..de9de985a6df4105b86d894ad95ed2f868b1e93c 100644 (file)
@@ -9,6 +9,7 @@
 
 ### Issues closed
 
+* #1106 `pagination` docs
 * #1063 `$family-primary` customization
 
 ## 0.5.1
index 9d2197aee83db922749611bf80536874bded312a..787266e197350fbf9f69b15c0a918066a9df7b69 100644 (file)
@@ -221,7 +221,7 @@ variables:
 
     <div class="content">
       <p>
-        By default, the list is located on the left, and the previous/next buttons on the right. But you can change the <strong>order</strong> of these elements by using the <code>is-centered</code> and <code>is-right</code> modifiers.
+        By default on <strong>tablet</strong>, the list is located on the left, and the previous/next buttons on the right. But you can change the <strong>order</strong> of these elements by using the <code>is-centered</code> and <code>is-right</code> modifiers.
       </p>
     </div>