Skip to content
GitLab
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
b3e4e5ae
Commit
b3e4e5ae
authored
13 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
add idea to modal markup exmaple
parent
1520ec44
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/javascript.html
+1
-1
docs/javascript.html
docs/templates/pages/javascript.mustache
+1
-1
docs/templates/pages/javascript.mustache
with
2 additions
and
2 deletions
+2
-2
docs/assets/bootstrap.zip
+
0
-
0
View file @
b3e4e5ae
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/javascript.html
+
1
-
1
View file @
b3e4e5ae
...
...
@@ -289,7 +289,7 @@
</pre>
<pre
class=
"prettyprint linenums"
>
<
div class="modal"
>
<
div class="modal"
id="myModal"
>
<
div class="modal-header"
>
<
a class="close" data-dismiss="modal"
>×<
/a
>
<
h3
>
Modal header
<
/h3
>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/javascript.mustache
+
1
-
1
View file @
b3e4e5ae
...
...
@@ -213,7 +213,7 @@
</pre>
<pre
class=
"prettyprint linenums"
>
<
div class="modal"
>
<
div class="modal"
id="myModal"
>
<
div class="modal-header"
>
<
a class="close" data-dismiss="modal"
>×<
/a
>
<
h3
>
Modal header
<
/h3
>
...
...
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