]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Julian Thilo [Sun, 14 Apr 2013 02:04:01 +0000 (04:04 +0200)]
Sidenotes instead of alerts
* I propose: make the docs rely more heavily on the new design language,
replace alerts (not the .alert examples) by sidenotes.
* Remove alert-heading class, which no longer exists in CSS.
Mark Otto [Sat, 13 Apr 2013 03:56:19 +0000 (20:56 -0700)]
add modal variables and tweak padding for min-height on modal title
Mark Otto [Sat, 13 Apr 2013 03:45:10 +0000 (20:45 -0700)]
Merge branch '3.0.0-wip' of https://github.com/garvincasimir/bootstrap into garvincasimir-3.0.0-wip
Mark Otto [Sat, 13 Apr 2013 03:43:41 +0000 (20:43 -0700)]
ignore local ruby version files
Mark Otto [Fri, 12 Apr 2013 03:18:22 +0000 (20:18 -0700)]
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Mark Otto [Fri, 12 Apr 2013 03:16:20 +0000 (20:16 -0700)]
add comma; more accurate code snippet
Mark Otto [Fri, 12 Apr 2013 03:12:53 +0000 (20:12 -0700)]
Merge branch '3.0.0-wip' of https://github.com/juthilo/bootstrap-wip into juthilo-3.0.0-wip
Mark Otto [Fri, 12 Apr 2013 03:10:00 +0000 (20:10 -0700)]
Merge pull request #7539 from lucaflisi/3.0.0-wip
Remove BOOTSTRAP_RESPONSIVE_LESS in css compile
Mark Otto [Fri, 12 Apr 2013 02:54:17 +0000 (19:54 -0700)]
Merge pull request #7546 from CoffeeAndCode/3.0.0-wip
fixed typo in typography documentation
Mark Otto [Fri, 12 Apr 2013 02:45:46 +0000 (19:45 -0700)]
Merge pull request #7537 from ntwb/patch-1
Fix docs.html Table Row Danger CSS Class
Jonathan Knapp [Thu, 11 Apr 2013 19:02:29 +0000 (16:02 -0300)]
fixed typo in typography documentation
lucaflisi [Thu, 11 Apr 2013 12:01:23 +0000 (14:01 +0200)]
Remove BOOTSTRAP_RESPONSIVE_LESS in css compile
No more needed in Bootstrap 3
Stephen Edgar [Thu, 11 Apr 2013 10:24:13 +0000 (20:24 +1000)]
Fix docs.html Table Row Danger CSS Class
Mark Otto [Thu, 11 Apr 2013 05:51:41 +0000 (22:51 -0700)]
Merge pull request #7528 from acolchado/3.0.0-wip
[3.0.0-wip] Reordering variables that were being used before they were declared. Fixes compiler crashes.
Julian Thilo [Wed, 10 Apr 2013 17:18:04 +0000 (19:18 +0200)]
Dusting the docs
* Fix some typos, grammar, sentence structure
* Fix left-over error tr class
* Remove uneditable inputs section
* Make compatibility sections stand out as sidenotes
* Make modal example scrollable on big screens, too
* Make some examples more self-explanatory
Agustin Colchado [Wed, 10 Apr 2013 09:27:11 +0000 (02:27 -0700)]
Reordering variables that were being used before they were declared. Under some compilers (dotless & sublime 2 package), this would cause the compile to break. Variables in question were:
@dropdown-link-active-bg
@navbar-link-color
@navbar-inverse-link-color
Mark Otto [Wed, 10 Apr 2013 05:43:30 +0000 (22:43 -0700)]
Merge pull request #7523 from juthilo/3.0.0-wip
Fully update docs to col-...-* schema
Julian Thilo [Tue, 9 Apr 2013 22:04:44 +0000 (00:04 +0200)]
cololol
Correct all span, push, pull, offset classes to col- schema
Fix a typo
Mark Otto [Tue, 9 Apr 2013 17:43:37 +0000 (10:43 -0700)]
don't use table for label variatons
Mark Otto [Tue, 9 Apr 2013 17:20:50 +0000 (10:20 -0700)]
make back to top and big headings only for tablets and up
Mark Otto [Tue, 9 Apr 2013 17:16:37 +0000 (10:16 -0700)]
better buttons on mobile
Mark Otto [Mon, 8 Apr 2013 17:16:15 +0000 (10:16 -0700)]
Merge pull request #7504 from acmetech/3.0.0-wip
variable update - fixed
Tom Pietschker [Mon, 8 Apr 2013 12:46:12 +0000 (08:46 -0400)]
hopefully fixed messed up stylesheet...
Tom Pietschker [Mon, 8 Apr 2013 12:39:22 +0000 (08:39 -0400)]
Merge remote-tracking branch 'upstream/3.0.0-wip' into 3.0.0-wip
Mark Otto [Mon, 8 Apr 2013 06:01:28 +0000 (23:01 -0700)]
Merge pull request #7148 from retlehs/3.0.0-wip
Remove -webkit-backface-visibility on skew mixin
Mark Otto [Mon, 8 Apr 2013 05:58:16 +0000 (22:58 -0700)]
fixes #7503: don't do dat
Tom Pietschker [Sun, 7 Apr 2013 21:52:12 +0000 (17:52 -0400)]
rename btn bg variables so that they are consistent with the other variables
Tom Pietschker [Sun, 7 Apr 2013 21:47:53 +0000 (17:47 -0400)]
rename the navbar-inverse-brand variables for consistency
Mark Otto [Sun, 7 Apr 2013 18:49:53 +0000 (11:49 -0700)]
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Mark Otto [Sun, 7 Apr 2013 18:46:23 +0000 (11:46 -0700)]
Merge pull request #7500 from JamieKnight/patch-3
Update docs to add warning about accessibility implications of using icons without any text
Mark Otto [Sun, 7 Apr 2013 18:44:17 +0000 (11:44 -0700)]
fixes #7497: use var for jumbotron border radius
Jamie Knight [Sun, 7 Apr 2013 14:25:00 +0000 (16:25 +0200)]
Update docs.html
Added heads up regarding lone icons providing accessibility issues for screen readers.
Mark Otto [Sun, 7 Apr 2013 05:33:44 +0000 (22:33 -0700)]
Merge pull request #7495 from philfreo/3.0.0-wip
Fix typo in docs
Phil Freo [Sun, 7 Apr 2013 04:02:24 +0000 (21:02 -0700)]
Fix typo in docs
Garvin [Sun, 7 Apr 2013 01:48:53 +0000 (21:48 -0400)]
Added min-height to modal-header for modals with no header text
Mark Otto [Fri, 5 Apr 2013 18:47:12 +0000 (11:47 -0700)]
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Mark Otto [Fri, 5 Apr 2013 18:42:29 +0000 (11:42 -0700)]
use font-size-base var
Mark Otto [Wed, 3 Apr 2013 18:51:42 +0000 (11:51 -0700)]
Merge pull request #7469 from apotropaic/3.0.0-wip
updated docs, changed out span* for col-span-*
Andrew Scofied [Wed, 3 Apr 2013 16:48:39 +0000 (09:48 -0700)]
updated docs, changed out span* for col-span-*
Mark Otto [Wed, 3 Apr 2013 02:40:43 +0000 (19:40 -0700)]
Add small grid for phones and tablets
Mark Otto [Wed, 3 Apr 2013 01:02:53 +0000 (18:02 -0700)]
sidenote edit under customization section
Mark Otto [Tue, 2 Apr 2013 23:22:42 +0000 (16:22 -0700)]
fix that sidenav
Mark Otto [Tue, 2 Apr 2013 23:17:04 +0000 (16:17 -0700)]
refactor some of the carousel caption stuff to center it and tighten styles up; update carousel template to start to redo mobile first
Mark Otto [Tue, 2 Apr 2013 21:49:42 +0000 (14:49 -0700)]
Merge branch 'example-fix' of https://github.com/Boulox/bootstrap into Boulox-example-fix
Mark Otto [Tue, 2 Apr 2013 21:48:45 +0000 (14:48 -0700)]
Fixes #7462: add radial-gradient spec to mixin
Mark Otto [Tue, 2 Apr 2013 15:44:25 +0000 (08:44 -0700)]
Merge pull request #7453 from burnsra/3.0.0-wip-nav
Fix responsive view for inverted navbar example
Fabien [Tue, 2 Apr 2013 11:39:04 +0000 (13:39 +0200)]
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
Fabien [Tue, 2 Apr 2013 11:31:15 +0000 (13:31 +0200)]
remove unused img from previous commit
Fabien [Tue, 2 Apr 2013 11:30:13 +0000 (13:30 +0200)]
Replace png img by holder.js in carousel example
Fabien [Tue, 2 Apr 2013 11:26:35 +0000 (13:26 +0200)]
Fix corss link for sticky footer
Fabien [Tue, 2 Apr 2013 11:22:31 +0000 (13:22 +0200)]
Fix link to navbar doc
Robert Burns [Tue, 2 Apr 2013 02:02:35 +0000 (22:02 -0400)]
Fix responsive view for inverted navbar example
Mark Otto [Mon, 1 Apr 2013 20:25:51 +0000 (13:25 -0700)]
run make
Mark Otto [Mon, 1 Apr 2013 20:17:31 +0000 (13:17 -0700)]
Merge branch '3.0.0-wip-carousel' of https://github.com/burnsra/bootstrap into burnsra-3.0.0-wip-carousel
Mark Otto [Mon, 1 Apr 2013 20:14:39 +0000 (13:14 -0700)]
Docs examples update
* Remove unused fluid image
* Add image, link, and description for new grid example
* Update sign in example image
Mark Otto [Mon, 1 Apr 2013 19:55:48 +0000 (12:55 -0700)]
only negative indent nested grid rows; add new grid example
Mark Otto [Mon, 1 Apr 2013 19:10:53 +0000 (12:10 -0700)]
add type attr
Mark Otto [Mon, 1 Apr 2013 19:09:49 +0000 (12:09 -0700)]
button for navbar toggle
Mark Otto [Mon, 1 Apr 2013 18:14:11 +0000 (11:14 -0700)]
more link fixing
Mark Otto [Mon, 1 Apr 2013 18:10:56 +0000 (11:10 -0700)]
updated links on homepage
Robert Burns [Mon, 1 Apr 2013 16:58:40 +0000 (12:58 -0400)]
Additional cleanup to responsive navbar
Robert Burns [Mon, 1 Apr 2013 13:29:43 +0000 (09:29 -0400)]
Add carousel indicators to example
Robert Burns [Mon, 1 Apr 2013 13:27:49 +0000 (09:27 -0400)]
Update carousel-caption btn styles
Mark Otto [Mon, 1 Apr 2013 07:34:58 +0000 (00:34 -0700)]
clearer separation with section headers; simpler customizing copy
Mark Otto [Mon, 1 Apr 2013 07:11:47 +0000 (00:11 -0700)]
oops, restore customizer
Mark Otto [Mon, 1 Apr 2013 07:02:51 +0000 (00:02 -0700)]
bring in customizing bootstrap section from old gist
Mark Otto [Mon, 1 Apr 2013 05:58:01 +0000 (22:58 -0700)]
add proper markup to list group in panels section
Mark Otto [Mon, 1 Apr 2013 05:22:52 +0000 (22:22 -0700)]
add .panel-primary
Mark Otto [Mon, 1 Apr 2013 02:55:05 +0000 (19:55 -0700)]
fix text class in docs
Mark Otto [Mon, 1 Apr 2013 02:28:27 +0000 (19:28 -0700)]
Merge branch '3.0.0-wip-fixes' of https://github.com/burnsra/bootstrap into burnsra-3.0.0-wip-fixes
Mark Otto [Mon, 1 Apr 2013 02:26:40 +0000 (19:26 -0700)]
Fixes #7438: remove max-height from justified nav tabs with some CSS wankery
Robert Burns [Mon, 1 Apr 2013 01:25:45 +0000 (21:25 -0400)]
Fix image paths and carousel controls for carousel example
Mark Otto [Mon, 1 Apr 2013 01:40:07 +0000 (18:40 -0700)]
remove text-rendering optimizeLegibility from headings
Mark Otto [Mon, 1 Apr 2013 01:39:49 +0000 (18:39 -0700)]
Merge branch 'SBoudrias-patch-1' into 3.0.0-wip
Conflicts:
less/type.less
Mark Otto [Mon, 1 Apr 2013 00:56:31 +0000 (17:56 -0700)]
more consistent navbar vars
Mark Otto [Mon, 1 Apr 2013 00:37:28 +0000 (17:37 -0700)]
remove unused responsive navbar vars
Mark Otto [Mon, 1 Apr 2013 00:36:23 +0000 (17:36 -0700)]
more consisten dropdown vars
Mark Otto [Mon, 1 Apr 2013 00:33:55 +0000 (17:33 -0700)]
more consistent forms vars; drop search border radius since no more search form
Mark Otto [Mon, 1 Apr 2013 00:32:45 +0000 (17:32 -0700)]
more consistent btn vars
Mark Otto [Mon, 1 Apr 2013 00:29:05 +0000 (17:29 -0700)]
-background to -bg for body and table vars
Mark Otto [Mon, 1 Apr 2013 00:27:22 +0000 (17:27 -0700)]
@link-color-hover to @link-hover-color
Mark Otto [Mon, 1 Apr 2013 00:25:52 +0000 (17:25 -0700)]
-background to -bg on wells vars
Mark Otto [Mon, 1 Apr 2013 00:25:27 +0000 (17:25 -0700)]
better grid var comments
Mark Otto [Mon, 1 Apr 2013 00:24:06 +0000 (17:24 -0700)]
@state-*-background to @state-*-bg vars
Mark Otto [Mon, 1 Apr 2013 00:22:12 +0000 (17:22 -0700)]
use @pagination- vars on pager component; change @pagination-bg-active to @pagination-active-bg
Mark Otto [Mon, 1 Apr 2013 00:20:16 +0000 (17:20 -0700)]
-background to -bg on pagination vars
Mark Otto [Mon, 1 Apr 2013 00:19:47 +0000 (17:19 -0700)]
-background to -bg on jumbotron vars
Mark Otto [Mon, 1 Apr 2013 00:19:12 +0000 (17:19 -0700)]
-background to -bg on tooltip and popover vars
Mark Otto [Mon, 1 Apr 2013 00:18:07 +0000 (17:18 -0700)]
-background to -bg on labels vars
Mark Otto [Mon, 1 Apr 2013 00:17:25 +0000 (17:17 -0700)]
active item on list group should use @component-active-bg
Mark Otto [Mon, 1 Apr 2013 00:17:10 +0000 (17:17 -0700)]
fix nav divider
Mark Otto [Sun, 31 Mar 2013 20:20:54 +0000 (13:20 -0700)]
remove lingering rem
Mark Otto [Sun, 31 Mar 2013 19:16:16 +0000 (12:16 -0700)]
new @component-active-bg variable
Mark Otto [Sun, 31 Mar 2013 19:00:04 +0000 (12:00 -0700)]
restore px unit on @font-size-base
Mark Otto [Sun, 31 Mar 2013 18:58:25 +0000 (11:58 -0700)]
run make after that breadcrumbs tweak
Mark Otto [Sun, 31 Mar 2013 18:58:08 +0000 (11:58 -0700)]
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Mark Otto [Sun, 31 Mar 2013 18:58:00 +0000 (11:58 -0700)]
lingering nav-list use
Mark Otto [Sun, 31 Mar 2013 18:55:48 +0000 (11:55 -0700)]
Merge pull request #7431 from burnsra/3.0.0-wip-fixes
Cleanup items for 3.0.0
Mark Otto [Sun, 31 Mar 2013 18:26:13 +0000 (11:26 -0700)]
Remove the handful of rem font-sizes
Mark Otto [Sun, 31 Mar 2013 18:24:31 +0000 (11:24 -0700)]
add some container padding for examples