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
b7b4fd5c
Commit
b7b4fd5c
authored
Jul 24, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wrap footer in bs docs canvas for scrolling doodad
parent
7590e65f
Changes
18
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
566 additions
and
544 deletions
+566
-544
docs/base-css.html
docs/base-css.html
+39
-37
docs/components.html
docs/components.html
+39
-37
docs/customize.html
docs/customize.html
+39
-37
docs/extend.html
docs/extend.html
+121
-119
docs/getting-started.html
docs/getting-started.html
+39
-37
docs/index.html
docs/index.html
+39
-37
docs/javascript.html
docs/javascript.html
+38
-36
docs/scaffolding.html
docs/scaffolding.html
+39
-37
docs/templates/layout.mustache
docs/templates/layout.mustache
+38
-35
docs/templates/pages/base-css.mustache
docs/templates/pages/base-css.mustache
+1
-1
docs/templates/pages/components.mustache
docs/templates/pages/components.mustache
+1
-1
docs/templates/pages/customize.mustache
docs/templates/pages/customize.mustache
+1
-1
docs/templates/pages/extend.mustache
docs/templates/pages/extend.mustache
+90
-90
docs/templates/pages/getting-started.mustache
docs/templates/pages/getting-started.mustache
+1
-1
docs/templates/pages/index.mustache
docs/templates/pages/index.mustache
+1
-1
docs/templates/pages/javascript.mustache
docs/templates/pages/javascript.mustache
+1
-1
docs/templates/pages/scaffolding.mustache
docs/templates/pages/scaffolding.mustache
+1
-1
docs/upgrading.html
docs/upgrading.html
+38
-35
No files found.
docs/base-css.html
View file @
b7b4fd5c
...
...
@@ -1757,7 +1757,6 @@ For example, <code>section</code> should be wrapped as inline.
</div>
</div>
...
...
@@ -1800,6 +1799,9 @@ For example, <code>section</code> should be wrapped as inline.
<script
src=
"assets/js/bootstrap-affix.js"
></script>
<script
src=
"assets/js/application.js"
></script>
</div>
</body>
</html>
docs/components.html
View file @
b7b4fd5c
...
...
@@ -2158,7 +2158,6 @@ class="clearfix"
</div>
</div>
...
...
@@ -2201,6 +2200,9 @@ class="clearfix"
<script
src=
"assets/js/bootstrap-affix.js"
></script>
<script
src=
"assets/js/application.js"
></script>
</div>
</body>
</html>
docs/customize.html
View file @
b7b4fd5c
...
...
@@ -429,7 +429,6 @@
</div>
</div>
...
...
@@ -472,6 +471,9 @@
<script
src=
"assets/js/bootstrap-affix.js"
></script>
<script
src=
"assets/js/application.js"
></script>
</div>
</body>
</html>
docs/extend.html
View file @
b7b4fd5c
...
...
@@ -78,8 +78,9 @@
<div>
</header>
<div
class=
"
container
"
>
<div
class=
"
bs-docs-canvas
"
>
<div
class=
"container"
>
<!-- Docs nav
================================================== -->
...
...
@@ -235,13 +236,11 @@
</section>
</div>
</div>
</div>
</div>
...
...
@@ -284,6 +283,9 @@
<script
src=
"assets/js/bootstrap-affix.js"
></script>
<script
src=
"assets/js/application.js"
></script>
</div>
</body>
</html>
docs/getting-started.html
View file @
b7b4fd5c
...
...
@@ -287,7 +287,6 @@
</div>
</div>
...
...
@@ -330,6 +329,9 @@
<script
src=
"assets/js/bootstrap-affix.js"
></script>
<script
src=
"assets/js/application.js"
></script>
</div>
</body>
</html>
docs/index.html
View file @
b7b4fd5c
...
...
@@ -161,7 +161,6 @@
</div>
</div>
...
...
@@ -204,6 +203,9 @@
<script
src=
"assets/js/bootstrap-affix.js"
></script>
<script
src=
"assets/js/application.js"
></script>
</div>
</body>
</html>
docs/javascript.html
View file @
b7b4fd5c
...
...
@@ -1795,7 +1795,6 @@ $('[data-spy="affix"]').each(function () {
</div>
</div>
...
...
@@ -1838,6 +1837,9 @@ $('[data-spy="affix"]').each(function () {
<script
src=
"assets/js/bootstrap-affix.js"
></script>
<script
src=
"assets/js/application.js"
></script>
</div>
</body>
</html>
docs/scaffolding.html
View file @
b7b4fd5c
...
...
@@ -541,7 +541,6 @@
</div>
</div>
...
...
@@ -584,6 +583,9 @@
<script
src=
"assets/js/bootstrap-affix.js"
></script>
<script
src=
"assets/js/application.js"
></script>
</div>
</body>
</html>
docs/templates/layout.mustache
View file @
b7b4fd5c
...
...
@@ -124,6 +124,9 @@
<script
src=
"assets/js/bootstrap-affix.js"
></script>
<script
src=
"assets/js/application.js"
></script>
</div>
{{! /.bs-docs-canvas }}
{{#
production
}}
<!-- Analytics
================================================== -->
...
...
docs/templates/pages/base-css.mustache
View file @
b7b4fd5c
...
...
@@ -1694,4 +1694,4 @@
</div>
{{! /.container }}
</div>
{{! /.bs-docs-canvas
}}
{{! /.bs-docs-canvas closes in footer
}}
docs/templates/pages/components.mustache
View file @
b7b4fd5c
...
...
@@ -2087,4 +2087,4 @@ class="clearfix"
</div>
{{! /.container }}
</div>
{{! /.bs-docs-canvas
}}
{{! /.bs-docs-canvas closes in footer
}}
docs/templates/pages/customize.mustache
View file @
b7b4fd5c
...
...
@@ -358,4 +358,4 @@
</div>
{{! /.container }}
</div>
{{! /.bs-docs-canvas
}}
{{! /.bs-docs-canvas closes in footer
}}
docs/templates/pages/extend.mustache
View file @
b7b4fd5c
...
...
@@ -7,8 +7,9 @@
<div>
</header>
<div
class=
"
container
"
>
<div
class=
"
bs-docs-canvas
"
>
<div
class=
"container"
>
<!-- Docs nav
================================================== -->
...
...
@@ -164,10 +165,9 @@
</section>
</div>
{{! /span9 }}
</div>
{{! row}}
</div>
{{! /.container }}
</div>
{{! /contain
er }}
{{! /.bs-docs-canvas closes in foot
er }}
docs/templates/pages/getting-started.mustache
View file @
b7b4fd5c
...
...
@@ -216,4 +216,4 @@
</div>
{{! /.container }}
</div>
{{! /.bs-docs-canvas
}}
{{! /.bs-docs-canvas closes in footer
}}
docs/templates/pages/index.mustache
View file @
b7b4fd5c
...
...
@@ -90,4 +90,4 @@
</div>
{{! /.container }}
</div>
{{! /.bs-docs-canvas
}}
{{! /.bs-docs-canvas closes in footer
}}
docs/templates/pages/javascript.mustache
View file @
b7b4fd5c
...
...
@@ -1725,4 +1725,4 @@ $('[data-spy="affix"]').each(function () {
</div>
{{! /.container }}
</div>
{{! /.bs-docs-canvas
}}
{{! /.bs-docs-canvas closes in footer
}}
docs/templates/pages/scaffolding.mustache
View file @
b7b4fd5c
...
...
@@ -474,4 +474,4 @@
</div>
{{! /.container }}
</div>
{{! /.bs-docs-canvas
}}
{{! /.bs-docs-canvas closes in footer
}}
docs/upgrading.html
View file @
b7b4fd5c
...
...
@@ -305,6 +305,9 @@
<script
src=
"assets/js/bootstrap-affix.js"
></script>
<script
src=
"assets/js/application.js"
></script>
</div>
</body>
</html>
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