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
356100e7
Commit
356100e7
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #8251 from acmetech/3.0.0-wip
Remove offcanvas from footer and change placeholder in css.html
parents
2535e060
9d43fbb5
4 merge requests
!8635
ignore Gruntfile.js in jekyll
,
!8339
Fix broken links to navbar component in docs examples
,
!8656
Added rel="stylesheet" to CDN-Examples
,
!8527
Inner properties move 1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/_includes/footer.html
+0
-4
docs/_includes/footer.html
docs/css.html
+6
-6
docs/css.html
with
6 additions
and
10 deletions
+6
-10
docs/_includes/footer.html
+
0
-
4
View file @
356100e7
...
@@ -4,10 +4,6 @@
...
@@ -4,10 +4,6 @@
<script
src=
"/assets/js/jquery.js"
></script>
<script
src=
"/assets/js/jquery.js"
></script>
<script
src=
"/assets/js/bootstrap.js"
></script>
<script
src=
"/assets/js/bootstrap.js"
></script>
<!-- Offcanvas example
================================================== -->
<script
src=
"/assets/js/examples/bootstrap-offcanvas.js"
></script>
<script
type=
"text/javascript"
src=
"http://platform.twitter.com/widgets.js"
></script>
<script
type=
"text/javascript"
src=
"http://platform.twitter.com/widgets.js"
></script>
<script
src=
"/assets/js/holder/holder.js"
></script>
<script
src=
"/assets/js/holder/holder.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
docs/css.html
+
6
-
6
View file @
356100e7
...
@@ -1757,26 +1757,26 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -1757,26 +1757,26 @@ For example, <code><section></code> should be wrapped as inline.
<form
class=
"bs-example"
style=
"padding-bottom: 15px;"
>
<form
class=
"bs-example"
style=
"padding-bottom: 15px;"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-2"
>
<div
class=
"col-lg-2"
>
<input
type=
"text"
placeholder=
"col-l
arge
-2"
>
<input
type=
"text"
placeholder=
"
.
col-l
g
-2"
>
</div>
</div>
<div
class=
"col-lg-3"
>
<div
class=
"col-lg-3"
>
<input
type=
"text"
placeholder=
"col-l
arge
-3"
>
<input
type=
"text"
placeholder=
"
.
col-l
g
-3"
>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<input
type=
"text"
placeholder=
"col-l
arge
-4"
>
<input
type=
"text"
placeholder=
"
.
col-l
g
-4"
>
</div>
</div>
</div>
</div>
</form>
</form>
{% highlight html %}
{% highlight html %}
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-2"
>
<div
class=
"col-lg-2"
>
<input
type=
"text"
placeholder=
"col-l
arge
-2"
>
<input
type=
"text"
placeholder=
"
.
col-l
g
-2"
>
</div>
</div>
<div
class=
"col-lg-3"
>
<div
class=
"col-lg-3"
>
<input
type=
"text"
placeholder=
"col-l
arge
-3"
>
<input
type=
"text"
placeholder=
"
.
col-l
g
-3"
>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<input
type=
"text"
placeholder=
"col-l
arge
-4"
>
<input
type=
"text"
placeholder=
"
.
col-l
g
-4"
>
</div>
</div>
</div>
</div>
{% endhighlight %}
{% endhighlight %}
...
...
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