Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
e0a007b9
Commit
e0a007b9
authored
Oct 16, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5507 from bradly/2.1.2-wip
Fixing typo in docs.
parents
b06724a1
ed5c5994
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/components.html
docs/components.html
+1
-1
docs/templates/pages/components.mustache
docs/templates/pages/components.mustache
+1
-1
No files found.
docs/components.html
View file @
e0a007b9
...
...
@@ -2485,7 +2485,7 @@
<p><button
class=
"close"
style=
"float: none;"
>
×
</button></p>
</div>
<pre
class=
"prettyprint linenums"
>
<
button class="close"
>&
times;
<
/button
>
</pre>
<p>
iOS devices require an href="#" for click events if you rather use an anchor.
</p>
<p>
iOS devices require an href="#" for click events if you
would
rather use an anchor.
</p>
<pre
class=
"prettyprint linenums"
>
<
a class="close" href="#"
>&
times;
<
/a
>
</pre>
<h2>
Helper classes
</h2>
...
...
docs/templates/pages/components.mustache
View file @
e0a007b9
...
...
@@ -2414,7 +2414,7 @@
<p><button
class=
"close"
style=
"float: none;"
>
×
</button></p>
</div>
<pre
class=
"prettyprint linenums"
>
<
button class="close"
>&
times;
<
/button
>
</pre>
<p>
{{
_i
}}
iOS devices require an href="#" for click events if you rather use an anchor.
{{/
i
}}
</p>
<p>
{{
_i
}}
iOS devices require an href="#" for click events if you
would
rather use an anchor.
{{/
i
}}
</p>
<pre
class=
"prettyprint linenums"
>
<
a class="close" href="#"
>&
times;
<
/a
>
</pre>
<h2>
{{
_i
}}
Helper classes
{{/
i
}}
</h2>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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