mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 04:14:29 -07:00
Improve snippet
This commit is contained in:
@@ -205,7 +205,7 @@ variables:
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{% include snippet.html content=pagination_example horizontal=true clipped=true %}
|
||||
{% include snippet.html content=pagination_example horizontal=true more=true %}
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
@@ -213,7 +213,7 @@ variables:
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{% include snippet.html content=pagination_options_example horizontal=true clipped=true %}
|
||||
{% include snippet.html content=pagination_options_example horizontal=true more=true %}
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
@@ -221,9 +221,9 @@ variables:
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{% include snippet.html content=pagination_centered_example horizontal=true clipped=true %}
|
||||
{% include snippet.html content=pagination_centered_example horizontal=true more=true %}
|
||||
|
||||
{% include snippet.html content=pagination_right_example horizontal=true clipped=true %}
|
||||
{% include snippet.html content=pagination_right_example horizontal=true more=true %}
|
||||
|
||||
{% include anchor.html name="Sizes" %}
|
||||
|
||||
@@ -232,11 +232,11 @@ variables:
|
||||
You only need to append the <strong>modifier</strong> <code>is-small</code>, <code>is-medium</code>, or <code>is-large</code> to the <code>pagination</code> component.
|
||||
</p>
|
||||
|
||||
{% include snippet.html content=pagination_small_example horizontal=true clipped=true %}
|
||||
{% include snippet.html content=pagination_small_example horizontal=true more=true %}
|
||||
|
||||
{% include snippet.html content=pagination_medium_example horizontal=true clipped=true %}
|
||||
{% include snippet.html content=pagination_medium_example horizontal=true more=true %}
|
||||
|
||||
{% include snippet.html content=pagination_large_example horizontal=true clipped=true %}
|
||||
{% include snippet.html content=pagination_large_example horizontal=true more=true %}
|
||||
|
||||
{% include variables.html %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user