]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Quy Ton [Fri, 21 Jun 2013 01:44:19 +0000 (18:44 -0700)]
Rename class name in placeholder
Mark Otto [Fri, 21 Jun 2013 00:15:09 +0000 (17:15 -0700)]
Fixes #8154: enforce full width `.navbar-nav.pull-right` in mobile
Prevents an odd alignment issue in mobile views by forcing the nav
links to be full width without undoing the float.
Mark Otto [Fri, 21 Jun 2013 00:02:10 +0000 (17:02 -0700)]
Fixes #8159: Be more specific about disabled inputs to avoid iOS bug
Attached disabled styles to the exact input types rather than all
inputs and reseting the checkbox/radios. If setting `background-color:
transparent;`, iOS renders no background on the disabled control.
Mark Otto [Thu, 20 Jun 2013 23:42:05 +0000 (16:42 -0700)]
Fixes #8093: Removes invalid focus styles on inputs
Mark Otto [Thu, 20 Jun 2013 23:27:39 +0000 (16:27 -0700)]
run make on previous commit
Mark Otto [Thu, 20 Jun 2013 23:01:59 +0000 (16:01 -0700)]
Fixes #7730: Better hiding of empty titles in popovers
If the popover's title contains no text, hide it via JS. Previously was
done via CSS's `:empty` property, but that doesn't work in IE8, so JS
it is.
/cc @fat becaue I probably did this wrong <3
Mark Otto [Thu, 20 Jun 2013 23:00:38 +0000 (16:00 -0700)]
Run make on last commit
Mark Otto [Thu, 20 Jun 2013 22:44:08 +0000 (15:44 -0700)]
Merge pull request #8193 from mediafreakch/3.0.0-wip
Fixes broken layout for .input-group-addons within .input-large. Follows...
Mark Otto [Thu, 20 Jun 2013 22:38:18 +0000 (15:38 -0700)]
Use `@font-family-base` for headings font-family variable
Mark Otto [Thu, 20 Jun 2013 22:36:49 +0000 (15:36 -0700)]
Merge pull request #8237 from luishdez/feature/var-heading-family
Add heading font family variable
Mark Otto [Thu, 20 Jun 2013 16:58:21 +0000 (09:58 -0700)]
run make on @nextgenthemes last commit
Mark Otto [Thu, 20 Jun 2013 16:57:18 +0000 (09:57 -0700)]
Merge pull request #8241 from nextgenthemes/3.0.0-wip
rename '.navbar .nav' to '.navbar-nav'
nextgenthemes [Thu, 20 Jun 2013 16:40:30 +0000 (19:40 +0300)]
rename '.navbar .nav' to '.navbar-nav'
Luis Hdez [Thu, 20 Jun 2013 10:50:30 +0000 (12:50 +0200)]
Add heading font family variable
Mark Otto [Thu, 20 Jun 2013 03:31:03 +0000 (20:31 -0700)]
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
Mark Otto [Thu, 20 Jun 2013 02:13:38 +0000 (19:13 -0700)]
Merge branch 'offcanvas-example' of https://github.com/trumbitta/bootstrap into trumbitta-offcanvas-example
Mark Otto [Thu, 20 Jun 2013 02:02:24 +0000 (19:02 -0700)]
Fixes #8001: add IDs for example inputs
Mark Otto [Thu, 20 Jun 2013 01:02:47 +0000 (18:02 -0700)]
Merge pull request #8233 from zurt/patch-1
Add missing property to form-horizontal docs
Kurt MacDonald [Wed, 19 Jun 2013 23:08:14 +0000 (17:08 -0600)]
Add missing property to form-horizontal docs
Mark Otto [Wed, 19 Jun 2013 02:16:42 +0000 (19:16 -0700)]
Add support for `tr`, `th`, and `td` to responsive utilities
Mark Otto [Tue, 18 Jun 2013 23:36:02 +0000 (16:36 -0700)]
run make on last commit
Mark Otto [Tue, 18 Jun 2013 21:40:13 +0000 (14:40 -0700)]
Merge pull request #8210 from cvrebert/backticks
docs/javascript.html: backticks -> <code>
Chris Rebert [Tue, 18 Jun 2013 21:35:37 +0000 (14:35 -0700)]
docs/javascript.html: backticks -> <code>
Edgar Schnueriger [Tue, 18 Jun 2013 19:43:34 +0000 (21:43 +0200)]
Use correct font-size to calculate input-heights
Mark Otto [Tue, 18 Jun 2013 18:16:43 +0000 (11:16 -0700)]
Addresses #8199: darker default button
Mark Otto [Tue, 18 Jun 2013 04:35:58 +0000 (21:35 -0700)]
Add note about Jekyll version per #8195
Mark Otto [Tue, 18 Jun 2013 04:34:31 +0000 (21:34 -0700)]
Merge pull request #8182 from karelvuong/3.0.0-wip
3.0.0-wip - Fixed 'Running Doc. Locally" Link
Mark Otto [Tue, 18 Jun 2013 03:56:02 +0000 (20:56 -0700)]
Fixes #7599: Improved print styles for a few key components
* Updates `.table` to always enforce a solid white background
* Update button groups and dropdowns to always use black carets
* Add a 1px solid black border to labels (in the future we should add a
border to these perhaps for better printing)
Mark Otto [Mon, 17 Jun 2013 21:19:44 +0000 (14:19 -0700)]
Better clearing on `.dl-horizontal` for empty `dd` elements
Instead of clearing the entire `.dl-horizontal`, we've moved the
clearfix mixin to the `dd` level to solve two problems in one: empty
`dd`s mid-list, and empty `dd` as the last child.
Addresses a few old issues, including #2824, #3819, #3821, #4062,
#6707, and #7180.
Sorry that took so long :D.
Mark Otto [Mon, 17 Jun 2013 20:49:22 +0000 (13:49 -0700)]
Properly unstyle the `.list-unstyled` class by switching from `margin` to `padding`
Also add better comments
Mark Otto [Mon, 17 Jun 2013 20:47:03 +0000 (13:47 -0700)]
Remove explicit, unncessary `line-height` on `li` elements
Mark Otto [Mon, 17 Jun 2013 20:35:50 +0000 (13:35 -0700)]
Better base `ul` and `ol` styles
Turns out we were nixing the default browser spacing for bullets and
numbers, so this reverts that and instead just twerks the top/bottom
`margin`.
Edgar Schnueriger [Mon, 17 Jun 2013 16:56:17 +0000 (18:56 +0200)]
Fixes broken layout for .input-group-addons within .input-large. Follows
6ce154c7ed64f3821cc7d6cbb0bfcf65b25f1b49
Mark Otto [Mon, 17 Jun 2013 03:48:27 +0000 (20:48 -0700)]
Merge pull request #8184 from FLOKER/3.0.0-wip
redundant lines removed
Mark Otto [Mon, 17 Jun 2013 03:45:20 +0000 (20:45 -0700)]
Merge pull request #8189 from cvrebert/patch-2
components docs: backticks ==> <code>
Chris Rebert [Mon, 17 Jun 2013 03:40:50 +0000 (21:40 -0600)]
components docs: backticks ==> <code>
Mark Otto [Mon, 17 Jun 2013 03:39:11 +0000 (20:39 -0700)]
Merge pull request #8187 from imsky/3.0.0-wip
upgrade holder to 2.0, update thumbnail examples in docs to fit inside containers
Mark Otto [Mon, 17 Jun 2013 03:38:31 +0000 (20:38 -0700)]
Merge pull request #8188 from cvrebert/patch-1
CSS docs page: backticks ==> <code>
Chris Rebert [Mon, 17 Jun 2013 03:36:56 +0000 (21:36 -0600)]
CSS docs page: backticks ==> <code>
Ivan Malopinsky [Mon, 17 Jun 2013 03:16:56 +0000 (23:16 -0400)]
upgrade holder to 2.0, update thumbnail examples in docs to fit inside containers
FLOKER [Sun, 16 Jun 2013 20:18:46 +0000 (22:18 +0200)]
redundant lines removed
Mark Otto [Sun, 16 Jun 2013 17:56:30 +0000 (10:56 -0700)]
Remove WebKit overflow scrolling for now
Karel Vuong [Sun, 16 Jun 2013 02:23:09 +0000 (22:23 -0400)]
Fixed link.
Mark Otto [Sat, 15 Jun 2013 18:46:13 +0000 (11:46 -0700)]
Fixes #8175: Update input min-height vars to fix FF21 input rendering
Mark Otto [Sat, 15 Jun 2013 18:37:59 +0000 (11:37 -0700)]
Fix up broken input group example layouts
Mark Otto [Thu, 13 Jun 2013 20:41:23 +0000 (13:41 -0700)]
Merge pull request #8168 from marsuboss/patch-2
Duplicate ID navbar-example
Mark Otto [Thu, 13 Jun 2013 20:41:04 +0000 (13:41 -0700)]
Merge pull request #8166 from liuyl/package
change version of recess to 1.1.7
Mark Otto [Thu, 13 Jun 2013 20:40:40 +0000 (13:40 -0700)]
Merge pull request #8167 from marsuboss/patch-1
Duplicate ID drop5
Mark Otto [Thu, 13 Jun 2013 20:39:11 +0000 (13:39 -0700)]
Merge pull request #8169 from marsuboss/patch-4
Fix
marsuboss [Thu, 13 Jun 2013 12:50:06 +0000 (15:50 +0300)]
Fix
marsuboss [Thu, 13 Jun 2013 12:36:52 +0000 (15:36 +0300)]
Duplicate ID navbar-example
marsuboss [Thu, 13 Jun 2013 12:29:34 +0000 (14:29 +0200)]
Duplicate ID drop5
liuyl [Thu, 13 Jun 2013 11:27:26 +0000 (19:27 +0800)]
change version of recess to 1.1.7
Mark Otto [Wed, 12 Jun 2013 23:59:40 +0000 (16:59 -0700)]
Merge pull request #8156 from baer/toggle-button-fix
Docs Customize toggle button used incorrect selectors
Mark Otto [Wed, 12 Jun 2013 23:59:22 +0000 (16:59 -0700)]
Merge pull request #8158 from baer/download-button-fix-proper
Docs "Customize and Download" button didn't send the correct parameters
Eric Baer [Wed, 12 Jun 2013 19:40:37 +0000 (13:40 -0600)]
Docs Customize "Customize and Download" button not working properly
Eric Baer [Wed, 12 Jun 2013 18:51:10 +0000 (12:51 -0600)]
Docs Customize toggle button used incorrect selectors
Mark Otto [Mon, 10 Jun 2013 23:37:29 +0000 (16:37 -0700)]
Merge pull request #8124 from eins78/3.0.0-wip-fix-json
fix JSON syntax error in composer.json
Max F. Albrecht [Mon, 10 Jun 2013 12:59:42 +0000 (14:59 +0200)]
fix JSON syntax error in composer.json
Mark Otto [Mon, 10 Jun 2013 06:45:23 +0000 (23:45 -0700)]
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Mark Otto [Mon, 10 Jun 2013 06:45:14 +0000 (23:45 -0700)]
Update docs JS to prevent clicks on links with hash hrefs
Mark Otto [Mon, 10 Jun 2013 06:44:14 +0000 (23:44 -0700)]
No more need for grid column highlighting, so nuke that
Mark Otto [Mon, 10 Jun 2013 06:43:43 +0000 (23:43 -0700)]
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
Mark Otto [Sun, 9 Jun 2013 03:53:37 +0000 (20:53 -0700)]
Merge pull request #8080 from mladenplavsic/patch-2
Update css.html
Mark Otto [Sun, 9 Jun 2013 03:15:30 +0000 (20:15 -0700)]
Merge pull request #8097 from burnsra/3.0.0-wip-addons
Set validation states also for addons
Mark Otto [Sat, 8 Jun 2013 21:06:29 +0000 (18:36 -0230)]
add new grid subnav link
Mark Otto [Sat, 8 Jun 2013 21:04:16 +0000 (18:34 -0230)]
Another grid update
* Update docs to include table of grid levels and behaviors
* Change from .col-md to .col-sm to match existing size variables we use elsewhere
* Keep .col-lg as-is though for simplicity as we won't likely add a fourth level of the grid
* Combine responsive .container breakpoints with grid breakpoints in grid.less
* Other misc docs updates
William Ghelfi [Wed, 5 Jun 2013 20:14:58 +0000 (23:14 +0300)]
Set validation states also for addons
Mladen Plavsic [Wed, 5 Jun 2013 10:59:13 +0000 (13:59 +0300)]
Update css.html
Missing word "in" in "Someone famous in Source Title"
Mark Otto [Wed, 5 Jun 2013 04:55:59 +0000 (21:55 -0700)]
reverse order of grid column examples for dual grid section
Mark Otto [Tue, 4 Jun 2013 04:58:58 +0000 (21:58 -0700)]
fix docs highlighting of grid
Mark Otto [Tue, 4 Jun 2013 04:57:51 +0000 (21:57 -0700)]
nuke the .col
Mark Otto [Tue, 4 Jun 2013 04:51:35 +0000 (21:51 -0700)]
restore .col-*-12 classes for now
Mark Otto [Tue, 4 Jun 2013 04:48:52 +0000 (21:48 -0700)]
prep for less 1.4 with double parens in functions
Mark Otto [Mon, 3 Jun 2013 18:58:38 +0000 (11:58 -0700)]
fixes #8066: add missing % functions to grid less code
Mark Otto [Mon, 3 Jun 2013 18:55:55 +0000 (11:55 -0700)]
fixes #8062: correct link to editorconfig website
Mark Otto [Sun, 2 Jun 2013 22:51:35 +0000 (15:51 -0700)]
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Mark Otto [Sun, 2 Jun 2013 22:51:28 +0000 (15:51 -0700)]
fixes #8059: update navbar responsive break variable
Mark Otto [Sun, 2 Jun 2013 22:33:42 +0000 (15:33 -0700)]
Move the grid offset, push, and pull classes to be tablets-up instead of desktop-up
Mark Otto [Sun, 2 Jun 2013 22:30:28 +0000 (15:30 -0700)]
Merge pull request #8058 from burnsra/3.0.0-wip-navbar-toggle
Fix navbar toggles
Mark Otto [Sun, 2 Jun 2013 22:26:10 +0000 (15:26 -0700)]
homepage url change to go with it for v3
Mark Otto [Sun, 2 Jun 2013 22:25:19 +0000 (15:25 -0700)]
fixes #7915: add issues link to composer
Mark Otto [Sun, 2 Jun 2013 22:22:53 +0000 (15:22 -0700)]
fixes #7018: authors, not author, in composer
Robert Burns [Sun, 2 Jun 2013 21:51:36 +0000 (17:51 -0400)]
Fix navbar toggles
Mark Otto [Sun, 2 Jun 2013 21:40:42 +0000 (14:40 -0700)]
Merge pull request #8050 from sindresorhus/patch-1
Rename component.json to bower.json
Mark Otto [Sun, 2 Jun 2013 21:08:50 +0000 (14:08 -0700)]
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Mark Otto [Sun, 2 Jun 2013 21:08:21 +0000 (14:08 -0700)]
Merge pull request #8057 from burnsra/3.0.0-wip-getting-started
Fix layout for examples in getting-started
Mark Otto [Sun, 2 Jun 2013 20:48:18 +0000 (13:48 -0700)]
Merge pull request #8046 from burnsra/3.0.0-wip-carousel
Fix for carousel indicators
Mark Otto [Sun, 2 Jun 2013 20:38:45 +0000 (13:38 -0700)]
Grid updates
- Removed mixins for generating grid classes
- Thus, we manually declare every grid class, from 1-11 (12th unit is
excluded as that's the same as no grid columns)
- No more need for `.col` base class (yay!)
- Negative indent the rows at tablets and above once again (ugh, still
working through this part)
- Add support for `.col-md` for tablet-specific grid columns
- Still need to figure out offsets, pushes, and pulls on other
devices—right now only available on desktop
Robert Burns [Sun, 2 Jun 2013 19:52:51 +0000 (15:52 -0400)]
Fix layout for examples in getting-started
Mark Otto [Sun, 2 Jun 2013 18:58:30 +0000 (11:58 -0700)]
Merge pull request #8006 from aristath/3.0.0-wip
using screen-size variables for grids
Mark Otto [Sun, 2 Jun 2013 18:57:28 +0000 (11:57 -0700)]
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Sindre Sorhus [Sat, 1 Jun 2013 20:59:13 +0000 (22:59 +0200)]
Rename component.json to bower.json
That's the new name of the Bower metafile.
Robert Burns [Sat, 1 Jun 2013 12:15:40 +0000 (08:15 -0400)]
Fix for carousel indicators
Mark Otto [Thu, 30 May 2013 20:49:53 +0000 (13:49 -0700)]
Merge pull request #8022 from ecentinela/3.0.0-wip
Remove form-actions-bg
Javier Martinez Fernandez [Wed, 29 May 2013 19:09:33 +0000 (22:09 +0300)]
Remove form-actions-bg
If form-actions has been removed, this variable is no needed anymore.
fat [Wed, 29 May 2013 15:24:00 +0000 (11:24 -0400)]
fix event binding in modal.js
Mark Otto [Tue, 28 May 2013 02:23:17 +0000 (19:23 -0700)]
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Aristeides Stathopoulos [Mon, 27 May 2013 20:00:39 +0000 (23:00 +0300)]
Adding variables for container sizes
fat [Mon, 27 May 2013 19:48:16 +0000 (12:48 -0700)]
rebuild