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
2998929b
Commit
2998929b
authored
Jul 26, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix up carousel holder and navbar probs
parent
c3e66264
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
13 deletions
+23
-13
carousel/carousel.css
carousel/carousel.css
+1
-0
carousel/index.html
carousel/index.html
+10
-1
index.html
index.html
+12
-12
No files found.
carousel/carousel.css
View file @
2998929b
...
...
@@ -15,6 +15,7 @@ body {
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper
{
position
:
relative
;
z-index
:
10
;
}
...
...
carousel/index.html
View file @
2998929b
...
...
@@ -168,5 +168,14 @@
</footer>
</div>
<!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../assets/js/jquery.js"
></script>
<script
src=
"../dist/js/bootstrap.js"
></script>
<script
src=
"../assets/js/holder.js"
></script>
</body>
</html>
index.html
View file @
2998929b
...
...
@@ -45,21 +45,21 @@
<div
class=
"row"
>
<div
class=
"col-lg-4"
>
<a
class=
"thumbnail"
href=
"starter-template/"
target=
"_blank"
>
<a
class=
"thumbnail"
href=
"starter-template/
index.html
"
target=
"_blank"
>
<img
src=
"screenshots/starter.png"
alt=
""
>
</a>
<h3>
Starter template
</h3>
<p>
A barebones HTML page with Bootstrap's CSS and JavaScript included.
</p>
</div>
<div
class=
"col-lg-4"
>
<a
class=
"thumbnail"
href=
"grid/"
target=
"_blank"
>
<a
class=
"thumbnail"
href=
"grid/
index.html
"
target=
"_blank"
>
<img
src=
"screenshots/grid.png"
alt=
""
>
</a>
<h3>
Basic grid layouts
</h3>
<p>
Simple grid layouts to familiarize you with using the Bootstrap grid system.
</p>
</div>
<div
class=
"col-lg-4"
>
<a
class=
"thumbnail"
href=
"jumbotron/"
target=
"_blank"
>
<a
class=
"thumbnail"
href=
"jumbotron/
index.html
"
target=
"_blank"
>
<img
src=
"screenshots/marketing.png"
alt=
""
>
</a>
<h3>
Basic marketing site
</h3>
...
...
@@ -69,21 +69,21 @@
<div
class=
"row"
>
<div
class=
"col-lg-4"
>
<a
class=
"thumbnail"
href=
"jumbotron-narrow/"
target=
"_blank"
>
<a
class=
"thumbnail"
href=
"jumbotron-narrow/
index.html
"
target=
"_blank"
>
<img
src=
"screenshots/jumbotron-narrow.png"
alt=
""
>
</a>
<h3>
Narrow marketing
</h3>
<p>
Slim, lightweight marketing template for small projects or teams.
</p>
</div>
<div
class=
"col-lg-4"
>
<a
class=
"thumbnail"
href=
"justified-nav/"
target=
"_blank"
>
<a
class=
"thumbnail"
href=
"justified-nav/
index.html
"
target=
"_blank"
>
<img
src=
"screenshots/justified-nav.png"
alt=
""
>
</a>
<h3>
Justified nav
</h3>
<p>
Marketing page with equal-width navigation links in a modified navbar.
</p>
</div>
<div
class=
"col-lg-4"
>
<a
class=
"thumbnail"
href=
"signin/"
target=
"_blank"
>
<a
class=
"thumbnail"
href=
"signin/
index.html
"
target=
"_blank"
>
<img
src=
"screenshots/signin.png"
alt=
""
>
</a>
<h3>
Sign in
</h3>
...
...
@@ -93,21 +93,21 @@
<div
class=
"row"
>
<div
class=
"col-lg-4"
>
<a
class=
"thumbnail"
href=
"sticky-footer/"
target=
"_blank"
>
<a
class=
"thumbnail"
href=
"sticky-footer/
index.html
"
target=
"_blank"
>
<img
src=
"screenshots/sticky-footer.png"
alt=
""
>
</a>
<h3>
Sticky footer
</h3>
<p>
Pin a fixed-height footer to the bottom of the user's viewport.
</p>
</div>
<div
class=
"col-lg-4"
>
<a
class=
"thumbnail"
href=
"sticky-footer-navbar/"
target=
"_blank"
>
<a
class=
"thumbnail"
href=
"sticky-footer-navbar/
index.html
"
target=
"_blank"
>
<img
src=
"screenshots/sticky-footer-navbar.png"
alt=
""
>
</a>
<h3>
Sticky footer w/ navbar
</h3>
<p>
Add a fixed navbar to the default sticky footer template.
</p>
</div>
<div
class=
"col-lg-4"
>
<a
class=
"thumbnail"
href=
"carousel/"
target=
"_blank"
>
<a
class=
"thumbnail"
href=
"carousel/
index.html
"
target=
"_blank"
>
<img
src=
"screenshots/carousel.png"
alt=
""
>
</a>
<h3>
Carousel jumbotron
</h3>
...
...
@@ -117,21 +117,21 @@
<div
class=
"row"
>
<div
class=
"col-lg-4"
>
<a
class=
"thumbnail"
href=
"navbar/"
target=
"_blank"
>
<a
class=
"thumbnail"
href=
"navbar/
index.html
"
target=
"_blank"
>
<img
src=
"screenshots/navbar.png"
alt=
""
>
</a>
<h3>
Navbar
</h3>
<p>
Basic template for showcasing how the navbar works.
</p>
</div>
<div
class=
"col-lg-4"
>
<a
class=
"thumbnail"
href=
"navbar-static-top/"
target=
"_blank"
>
<a
class=
"thumbnail"
href=
"navbar-static-top/
index.html
"
target=
"_blank"
>
<img
src=
"screenshots/navbar-static-top.png"
alt=
""
>
</a>
<h3>
Static top navbar
</h3>
<p>
Basic template for showcasing the static navbar variation.
</p>
</div>
<div
class=
"col-lg-4"
>
<a
class=
"thumbnail"
href=
"navbar-fixed-top/"
target=
"_blank"
>
<a
class=
"thumbnail"
href=
"navbar-fixed-top/
index.html
"
target=
"_blank"
>
<img
src=
"screenshots/navbar-fixed-top.png"
alt=
""
>
</a>
<h3>
Fixed top navbar
</h3>
...
...
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