Ross Allen
07dd62ed7c
Add jQuery + Bootstrap JS to starter template
...
The starter template uses the Collapse component[1], which requires
Bootstrap's JavaScript.
Fixes #15
[1] http://twitter.github.io/bootstrap/javascript/#collapse
2013-07-29 11:24:40 -07:00
Mark Otto
2998929b39
fix up carousel holder and navbar probs
2013-07-26 20:48:10 -07:00
Mark Otto
c3e6626411
Merge branch 'example-named-files'
...
Conflicts:
.gitignore
2013-07-26 20:43:22 -07:00
Mark Otto
9c13af8cb1
massive update, including new index page
2013-07-26 20:42:47 -07:00
Mark Otto
4b849e5fd7
Merge branch 'master' of github.com:twbs/bootstrap-examples
2013-07-26 20:26:53 -07:00
Nicole
6d269c2ed7
add git ignore
2013-07-20 23:30:08 -07:00
Nicole
bf51e24700
change file names to example names
2013-07-20 23:17:01 -07:00
Mark Otto
36c2a34c1e
Merge pull request #2 from ssorallen/master
...
Let .navbar-wrapper flow in Carousel example
2013-07-18 15:41:11 -07:00
Ross Allen
1a2ef331fd
Let .navbar-wrapper flow in Carousel example
...
A .navbar-wrapper followed by a .carousel works well in this example,
but when the navbar is not followed by a carousel, content flows
underneath the navbar because it is absolutely positioned.
Letting .navbar-wrapper be part of the flow and moving the negative
margin to the .carousel to bring it underneath the navbar makes these
example styles suitable for pages without carousels.
2013-07-18 14:57:27 -07:00
Mark Otto
838bc93724
Merge branch 'master' of github.com:twbs/bootstrap-examples
2013-06-23 20:34:38 -07:00
Mark Otto
0dffb03c0b
add gitignore and editorconfig
2013-06-23 20:33:37 -07:00
Nicole
0a1c46a12c
Merge branch 'master' of https://github.com/twbs/bootstrap-examples
2013-06-23 17:17:20 -07:00
Nicole
8e50e7a8f2
Update remaining templates to match starter template
2013-06-23 17:17:08 -07:00
Mark Otto
eec86051a4
move readme to root
2013-06-23 13:21:40 -07:00
Mark Otto
471c409a12
Add basic readme
2013-06-22 18:29:13 -07:00
Mark Otto
5226490115
Create CNAME
2013-06-22 16:35:58 -06:00
Mark Otto
14273cd53d
add example screenshots dir
2013-06-19 23:17:17 -07:00
Mark Otto
a550ea5113
minify latest bs3
2013-06-19 23:16:34 -07:00
Mark Otto
f91559d85d
update starter template to use new format; include latest BS3 CSS
2013-06-19 23:16:00 -07:00
Mark Otto
9f73fef30a
Offcanvas example update
...
* Remove plugin file and put JS inline
* Update grid layout to use tablet columns
* Switch from LESS to CSS for transition
* Pad footer sides for better mobile rendering
* Spacing cleanup
2013-06-19 20:31:03 -07:00
Mark Otto
84b6847c75
Merge branch 'offcanvas-example' of https://github.com/trumbitta/bootstrap into trumbitta-offcanvas-example
2013-06-19 19:13:38 -07:00
Mark Otto
993efebe4f
Redo grid documentation
...
* Update example sections to include basic, mobile-desktop, and mobile-tablet-desktop implementations
* Add more examples to the grid example page
* Red columns instead of gray for more Bootstrapy aesthetic
2013-06-09 23:43:43 -07:00
Mark Otto
37cd7b8596
nuke the .col
2013-06-03 21:57:51 -07:00
Robert Burns
afe0ab13dd
Fix navbar toggles
2013-06-02 17:51:36 -04:00
Mark Otto
9ecde4aab7
Better grid template; link color change in docs navbar
2013-05-16 22:11:31 -07:00
Mark Otto
551d729083
More row change ups:
...
* No more negative side margins
* However, keep the negative margin for nested rows
2013-05-16 21:03:56 -07:00
Robert Burns
4910e779ab
Fix buttons within examples
2013-05-12 22:04:22 -04:00
Robert Burns
71377771fe
Fix form in navbar
2013-05-09 07:21:22 -04:00
William Ghelfi
94c067e76f
Merge branch 'offcanvas-example' of github.com:trumbitta/bootstrap into offcanvas-example
2013-05-08 14:26:55 +02:00
William Ghelfi
5e033dcc20
add offcanvas layout example based on bradfrost/this-is-responsive
2013-05-08 14:25:37 +02:00
William Ghelfi
18be5f6d42
add offcanvas layout example based on bradfrost/this-is-responsive
2013-05-06 15:58:18 +02:00
Mark Otto
17713a6d39
correct right nav in navbar examples
2013-05-04 15:00:59 -07:00
Mark Otto
a0d02368a3
Update justified nav CSS for proper selectors
2013-05-03 15:18:27 -07:00
Mark Otto
1bce9b295d
Merge pull request #7769 from holic/3.0.0-sticky-footer
...
Use padding instead of #push with box-sizing: border-box
2013-05-03 14:29:11 -07:00
Kevin Ingersoll
a0aaa222a6
Use padding instead of #push with box-sizing: border-box
2013-05-03 15:23:10 +12:00
Seth Lilly
c8daf15985
Corrected typo in carousel.html
...
Changed text from "First featurette headling" to "First featurette heading" in the first `h2.featurette-heading` tag.
2013-05-02 14:03:54 -03:00
Robert Burns
f76c222089
Update examples after grid changes
2013-04-28 22:22:33 -04:00
Robert Burns
7f0f731d6d
Update examples after overhaul of navbar navs
2013-04-28 09:10:01 -04:00
Mark Otto
b78dfb5a4c
refactor some of the carousel caption stuff to center it and tighten styles up; update carousel template to start to redo mobile first
2013-04-02 16:17:04 -07:00
Fabien
8093426e40
Improve responsiveness for tablet and below of navbar in carousel example
...
- Remove margin-top of navbar-wrapper
- Remove border radius of navbar
- Space out the carousel
2013-04-02 13:39:04 +02:00
Fabien
6e6820b388
Replace png img by holder.js in carousel example
2013-04-02 13:30:13 +02:00
Fabien
fb94710d9a
Fix corss link for sticky footer
2013-04-02 13:26:35 +02:00
Fabien
ed54b6dcf7
Fix link to navbar doc
2013-04-02 13:22:31 +02:00
Mark Otto
8454d07372
Merge branch '3.0.0-wip-carousel' of https://github.com/burnsra/bootstrap into burnsra-3.0.0-wip-carousel
2013-04-01 13:17:31 -07:00
Mark Otto
a1d64950a9
only negative indent nested grid rows; add new grid example
2013-04-01 12:55:48 -07:00
Robert Burns
7991062f93
Additional cleanup to responsive navbar
2013-04-01 12:58:40 -04:00
Robert Burns
994e36806c
Add carousel indicators to example
2013-04-01 09:29:43 -04:00
Robert Burns
ff363323e6
Update carousel-caption btn styles
2013-04-01 09:27:49 -04:00
Robert Burns
ccb9ecfe44
Fix image paths and carousel controls for carousel example
2013-03-31 21:47:02 -04:00
Mark Otto
4df128264b
add some container padding for examples
2013-03-31 11:24:31 -07:00