Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
1de638f8
Commit
1de638f8
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#15164
: wrap disable pagination spans in another span
parent
c9289691
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/components/pagination.html
+33
-6
docs/_includes/components/pagination.html
with
33 additions
and
6 deletions
+33
-6
docs/_includes/components/pagination.html
+
33
-
6
View file @
1de638f8
...
@@ -8,26 +8,46 @@
...
@@ -8,26 +8,46 @@
<div
class=
"bs-example"
>
<div
class=
"bs-example"
>
<nav>
<nav>
<ul
class=
"pagination"
>
<ul
class=
"pagination"
>
<li><a
href=
"#"
><span
aria-hidden=
"true"
>
«
</span><span
class=
"sr-only"
>
Previous
</span></a></li>
<li>
<a
href=
"#"
>
<span
aria-hidden=
"true"
>
«
</span>
<span
class=
"sr-only"
>
Previous
</span>
</a>
</li>
<li><a
href=
"#"
>
1
</a></li>
<li><a
href=
"#"
>
1
</a></li>
<li><a
href=
"#"
>
2
</a></li>
<li><a
href=
"#"
>
2
</a></li>
<li><a
href=
"#"
>
3
</a></li>
<li><a
href=
"#"
>
3
</a></li>
<li><a
href=
"#"
>
4
</a></li>
<li><a
href=
"#"
>
4
</a></li>
<li><a
href=
"#"
>
5
</a></li>
<li><a
href=
"#"
>
5
</a></li>
<li><a
href=
"#"
><span
aria-hidden=
"true"
>
»
</span><span
class=
"sr-only"
>
Next
</span></a></li>
<li>
<a
href=
"#"
>
<span
aria-hidden=
"true"
>
»
</span>
<span
class=
"sr-only"
>
Next
</span>
</a>
</li>
</ul>
</ul>
</nav>
</nav>
</div>
</div>
{% highlight html %}
{% highlight html %}
<nav>
<nav>
<ul
class=
"pagination"
>
<ul
class=
"pagination"
>
<li><a
href=
"#"
><span
aria-hidden=
"true"
>
«
</span><span
class=
"sr-only"
>
Previous
</span></a></li>
<li>
<a
href=
"#"
>
<span
aria-hidden=
"true"
>
«
</span>
<span
class=
"sr-only"
>
Previous
</span>
</a>
</li>
<li><a
href=
"#"
>
1
</a></li>
<li><a
href=
"#"
>
1
</a></li>
<li><a
href=
"#"
>
2
</a></li>
<li><a
href=
"#"
>
2
</a></li>
<li><a
href=
"#"
>
3
</a></li>
<li><a
href=
"#"
>
3
</a></li>
<li><a
href=
"#"
>
4
</a></li>
<li><a
href=
"#"
>
4
</a></li>
<li><a
href=
"#"
>
5
</a></li>
<li><a
href=
"#"
>
5
</a></li>
<li><a
href=
"#"
><span
aria-hidden=
"true"
>
»
</span><span
class=
"sr-only"
>
Next
</span></a></li>
<li>
<a
href=
"#"
>
<span
aria-hidden=
"true"
>
»
</span>
<span
class=
"sr-only"
>
Next
</span>
</a>
</li>
</ul>
</ul>
</nav>
</nav>
{% endhighlight %}
{% endhighlight %}
...
@@ -60,8 +80,15 @@
...
@@ -60,8 +80,15 @@
{% highlight html %}
{% highlight html %}
<nav>
<nav>
<ul
class=
"pagination"
>
<ul
class=
"pagination"
>
<li
class=
"disabled"
><span
aria-hidden=
"true"
>
«
</span><span
class=
"sr-only"
>
Previous
</span></li>
<li
class=
"disabled"
>
<li
class=
"active"
><span>
1
<span
class=
"sr-only"
>
(current)
</span></span></li>
<span>
<span
aria-hidden=
"true"
>
«
</span>
<span
class=
"sr-only"
>
Previous
</span>
</span>
</li>
<li
class=
"active"
>
<span>
1
<span
class=
"sr-only"
>
(current)
</span></span>
</li>
...
...
</ul>
</ul>
</nav>
</nav>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets