]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Mark Otto [Wed, 6 Feb 2013 03:59:02 +0000 (19:59 -0800)]
nuke rogue conflict comment and remake
Mark Otto [Wed, 6 Feb 2013 03:53:44 +0000 (19:53 -0800)]
Merge branch '2.3.0-wip' into 3.0.0-wip
Conflicts:
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap.css
docs/examples/hero.html
less/buttons.less
less/carousel.less
less/close.less
less/dropdowns.less
less/labels-badges.less
less/mixins.less
less/navbar.less
less/navs.less
less/pagination.less
less/responsive-navbar.less
less/scaffolding.less
less/sprites.less
less/thumbnails.less
less/type.less
Mark Otto [Wed, 6 Feb 2013 03:43:49 +0000 (19:43 -0800)]
derp, fix broke css and recompile
Mark Otto [Wed, 6 Feb 2013 03:40:32 +0000 (19:40 -0800)]
restore comma between selectors
Mark Otto [Wed, 6 Feb 2013 03:39:49 +0000 (19:39 -0800)]
Merge branch '2.3.0-wip' of https://github.com/patrickhlauke/bootstrap into patrickhlauke-2.3.0-wip
Conflicts:
docs/assets/css/bootstrap.css
less/navbar.less
Mark Otto [Tue, 5 Feb 2013 09:12:39 +0000 (01:12 -0800)]
simplify media docs
Mark Otto [Tue, 5 Feb 2013 09:11:41 +0000 (01:11 -0800)]
reorganize progress bars docs
Mark Otto [Tue, 5 Feb 2013 09:07:43 +0000 (01:07 -0800)]
simpler alerts docs
Mark Otto [Tue, 5 Feb 2013 09:01:23 +0000 (01:01 -0800)]
mo betta thumbnails docs
Mark Otto [Tue, 5 Feb 2013 08:59:22 +0000 (00:59 -0800)]
reorder counters docs
Mark Otto [Tue, 5 Feb 2013 08:54:48 +0000 (00:54 -0800)]
pagination docs cleanup
Mark Otto [Tue, 5 Feb 2013 08:51:19 +0000 (00:51 -0800)]
simpler breadcrumbs docs
Mark Otto [Tue, 5 Feb 2013 08:49:54 +0000 (00:49 -0800)]
Increase margins and line-height on h3; overhaul button dropdown docs
Mark Otto [Tue, 5 Feb 2013 08:30:03 +0000 (00:30 -0800)]
Add justified button groups for link buttons; reorganize dropdowns and button groups docs sections
Mark Otto [Tue, 5 Feb 2013 08:22:20 +0000 (00:22 -0800)]
Forgot to remove base-css.mustache
Mark Otto [Mon, 4 Feb 2013 19:25:46 +0000 (11:25 -0800)]
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
Mark Otto [Mon, 4 Feb 2013 19:12:32 +0000 (11:12 -0800)]
Remove base-css.html after recent merges
Mark Otto [Mon, 4 Feb 2013 19:12:09 +0000 (11:12 -0800)]
Merge branch '2.3.0-wip' into 3.0.0-wip
Conflicts:
docs/assets/css/bootstrap.css
less/type.less
Mark Otto [Mon, 4 Feb 2013 19:11:25 +0000 (11:11 -0800)]
Fixes #6794: incorrect docs mention of th element
Mark Otto [Mon, 4 Feb 2013 19:11:04 +0000 (11:11 -0800)]
Fixes #6794: incorrect docs mention of th element
Mark Otto [Sun, 3 Feb 2013 03:53:22 +0000 (19:53 -0800)]
Merge pull request #6638 from GeoffYoung/2.3.0-wip
Update package.json to current Recess version
Mark Otto [Sun, 3 Feb 2013 03:16:15 +0000 (19:16 -0800)]
Revamp button mixins and pseudo states
* Remove .darken-button-states and .buttonBackground mixins (latter wasn't being used anyway)
* Create new .btn-pseudo-states mixin for setting button background and border colors for default and pseudo states
Mark Otto [Sun, 3 Feb 2013 03:08:59 +0000 (19:08 -0800)]
Merge branch '3.0.0-wip' of https://github.com/vickash/bootstrap into vickash-3.0.0-wip
Mark Otto [Sun, 3 Feb 2013 02:58:08 +0000 (18:58 -0800)]
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
Mark Otto [Sun, 3 Feb 2013 02:57:24 +0000 (18:57 -0800)]
Add changelog file to repo instead of relying on the wiki
Mark Otto [Sun, 3 Feb 2013 02:50:13 +0000 (18:50 -0800)]
Verion number in JS makefile
Mark Otto [Sun, 3 Feb 2013 02:30:52 +0000 (18:30 -0800)]
Rearrange forms content
Mark Otto [Sun, 3 Feb 2013 01:31:26 +0000 (17:31 -0800)]
Simplify input and input group sizing
* Remove .input-mini because who really needs inputs that small
* Remove unnecessary border-radius resets from large and small input groups
Mark Otto [Sun, 3 Feb 2013 01:01:29 +0000 (17:01 -0800)]
Merge branch '3.0.0-wip' of https://github.com/gilbarbara/bootstrap into gilbarbara-3.0.0-wip
Mark Otto [Sat, 2 Feb 2013 21:03:18 +0000 (13:03 -0800)]
Add @btn-color variable and use in buttons and carets; fixes dropup caret as well
Mark Otto [Sat, 2 Feb 2013 20:35:39 +0000 (12:35 -0800)]
Merge pull request #6763 from rjregenold/2.3.0-wip
fixes jankiness with anchor tags in carousel.
Mark Otto [Sat, 2 Feb 2013 06:56:09 +0000 (22:56 -0800)]
Refactor navbar dividers
* Instead of .divider-vertical, use .divider
* Makes use of .nav-divider mixin
* Dividers are horizontal to start, matching the default state of navbar nav links
* Dividers become vertical above 768px via media queries
Mark Otto [Sat, 2 Feb 2013 05:49:19 +0000 (21:49 -0800)]
Fixes #6657: Upgrade Normalize to 2.1.0
Mark Otto [Sat, 2 Feb 2013 05:44:35 +0000 (21:44 -0800)]
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
Mark Otto [Sat, 2 Feb 2013 05:41:13 +0000 (21:41 -0800)]
Merge branch 'dospuntocero-master' into 2.3.0-wip
Mark Otto [Sat, 2 Feb 2013 05:41:02 +0000 (21:41 -0800)]
add horizontal-three-color gradient test
Mark Otto [Sat, 2 Feb 2013 00:21:38 +0000 (16:21 -0800)]
Refactor colors and progress bars
* Buttons and progress bars now make use of more semantic global @brand- colors
* Progress bars have been rewritten to reduce the number of possible selectors
* Instead of .progress .bar, it's .progress-bar for individual bars of color, ultimately making for less CSS
Mark Otto [Fri, 1 Feb 2013 21:04:17 +0000 (13:04 -0800)]
Merge pull request #6776 from ndabas/fix-inline-lists-ie7
Fix inline lists for IE7
Nikhil Dabas [Fri, 1 Feb 2013 20:34:30 +0000 (02:04 +0530)]
Fixing inline lists for IE7
Mark Otto [Fri, 1 Feb 2013 18:34:25 +0000 (10:34 -0800)]
Merge branch '2.3.0-wip' into 3.0.0-wip
Conflicts:
docs/examples/hero.html
docs/examples/sticky-footer-navbar.html
Mark Otto [Fri, 1 Feb 2013 18:33:36 +0000 (10:33 -0800)]
Use button element instead of a for responsive navbar buttons
Mark Otto [Fri, 1 Feb 2013 18:32:08 +0000 (10:32 -0800)]
start to refactor justified nav example
Mark Otto [Fri, 1 Feb 2013 18:30:48 +0000 (10:30 -0800)]
button element instead of href-less a tag for navbar button
Gil Barbara [Fri, 1 Feb 2013 03:39:26 +0000 (01:39 -0200)]
Update input-group-addon for input sizes
Mark Otto [Fri, 1 Feb 2013 02:34:12 +0000 (18:34 -0800)]
Refactor jumbotron-narrow.html example
* Make it mobile-first
* Add a handful of comments to explain CSS
* Instead of an <hr> between custom header and jumbotron, use border for a tighter mobile layout
Mark Otto [Fri, 1 Feb 2013 02:25:44 +0000 (18:25 -0800)]
Rename marketing-narrow to jumbotron-narrow for mo betta naming schemes
Mark Otto [Fri, 1 Feb 2013 02:22:47 +0000 (18:22 -0800)]
Refactor jumbotron example:
* Add hella CSS comments
* Reduce padding on body to height of navbar, then set top margin on jumbotron at +768px
* Wrap marketing copy and footer in an extra div so we can set some padding for ideal responsive views
Mark Otto [Fri, 1 Feb 2013 02:11:45 +0000 (18:11 -0800)]
only round jumbotron corners at 768px+
Mark Otto [Fri, 1 Feb 2013 02:09:49 +0000 (18:09 -0800)]
Button up navbar form which was adding 2px padding to .navbar
Mark Otto [Fri, 1 Feb 2013 02:07:07 +0000 (18:07 -0800)]
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Mark Otto [Fri, 1 Feb 2013 02:06:56 +0000 (18:06 -0800)]
Update starter template to include left/right padding on inner container; also include body padding
Mark Otto [Fri, 1 Feb 2013 02:00:11 +0000 (18:00 -0800)]
Remove gallery link from navbar; add to homepage examples section instead
Mark Otto [Fri, 1 Feb 2013 01:57:31 +0000 (17:57 -0800)]
Merge branch '2.3.0-wip' into 3.0.0-wip
Conflicts:
docs/assets/css/bootstrap.css
docs/assets/css/docs.css
docs/assets/js/application.js
docs/components.html
docs/templates/pages/components.mustache
less/sprites.less
Gil Barbara [Thu, 31 Jan 2013 21:00:22 +0000 (19:00 -0200)]
Update line-height and padding for input sizes
RJ Regenold [Thu, 31 Jan 2013 18:49:53 +0000 (12:49 -0600)]
removes anchor tag definition.
RJ Regenold [Thu, 31 Jan 2013 17:10:41 +0000 (11:10 -0600)]
lets see how much i can mess this pull request up. :|
RJ Regenold [Thu, 31 Jan 2013 17:04:12 +0000 (11:04 -0600)]
its not dyslexic being easy.
RJ Regenold [Thu, 31 Jan 2013 15:06:37 +0000 (09:06 -0600)]
fixes jankiness with anchor tags in carousel.
Mark Otto [Thu, 31 Jan 2013 02:22:20 +0000 (18:22 -0800)]
make on prev commit
Mark Otto [Thu, 31 Jan 2013 02:22:11 +0000 (18:22 -0800)]
Merge branch 'baslr-master' into 2.3.0-wip
Mark Otto [Thu, 31 Jan 2013 02:16:14 +0000 (18:16 -0800)]
clear up show-grid stuff
Mark Otto [Thu, 31 Jan 2013 01:46:18 +0000 (17:46 -0800)]
add meta tag to second example
Mark Otto [Thu, 31 Jan 2013 01:45:02 +0000 (17:45 -0800)]
make on prev commit
Mark Otto [Thu, 31 Jan 2013 01:44:45 +0000 (17:44 -0800)]
Merge branch 'greg-raven-patch-2' into 2.3.0-wip
Mark Otto [Thu, 31 Jan 2013 01:42:03 +0000 (17:42 -0800)]
Update pagination example HTML to match examples
Mark Otto [Wed, 30 Jan 2013 20:44:10 +0000 (12:44 -0800)]
Merge pull request #6750 from nextgenthemes/3.0.0-wip
Update less/carousel.less
nextgenthemes [Wed, 30 Jan 2013 17:14:22 +0000 (18:14 +0100)]
Update less/carousel.less
lessified .carousel-caption
Mark Otto [Mon, 28 Jan 2013 18:35:16 +0000 (10:35 -0800)]
Merge pull request #6728 from fredsa/2.3.0-wip
Fix `form-actions` documentation
Fred Sauer [Mon, 28 Jan 2013 18:01:59 +0000 (10:01 -0800)]
Fix form-actions documentation
baslr [Sat, 26 Jan 2013 00:01:10 +0000 (01:01 +0100)]
.icon-folder-close same width as icon-folder-open
.icon-folder-close same width as icon-folder-open. this prevents
buttons from wobbling if the icon changes from closed folder
to open folderĀ
Francisco arenas [Thu, 24 Jan 2013 05:37:52 +0000 (03:37 -0200)]
Update less/mixins.less
horizontal three color gradient added
Greg Raven [Tue, 22 Jan 2013 14:46:53 +0000 (06:46 -0800)]
Update docs/templates/pages/getting-started.mustache
Add meta tag for viewport in the <head>; revise the URL for the latest version of jQuery.
Mark Otto [Sun, 20 Jan 2013 02:53:41 +0000 (18:53 -0800)]
Tighten up badges docs; less bottom margin on h3
Mark Otto [Sun, 20 Jan 2013 01:06:40 +0000 (17:06 -0800)]
Merge branch '3.0.0-wip-badges-to-counters' of https://github.com/vickash/bootstrap into vickash-3.0.0-wip-badges-to-counters
Vickash Mahabir [Sat, 19 Jan 2013 23:32:55 +0000 (19:32 -0400)]
IE8 compatible fix for disabled button hover
Geoff Young [Sat, 19 Jan 2013 21:27:10 +0000 (16:27 -0500)]
Update Recess version
Mark Otto [Sat, 19 Jan 2013 17:40:26 +0000 (09:40 -0800)]
remove .navbar-inner from sticky footer navbar
Mark Otto [Sat, 19 Jan 2013 17:39:56 +0000 (09:39 -0800)]
mo betta links between sticky footer examples
Mark Otto [Sat, 19 Jan 2013 17:38:49 +0000 (09:38 -0800)]
Add sticky footer navbar example to list; fix docs padding
Mark Otto [Sat, 19 Jan 2013 17:34:08 +0000 (09:34 -0800)]
update sticky footer templates
Vickash Mahabir [Fri, 18 Jan 2013 22:03:43 +0000 (18:03 -0400)]
Counters example doesn't need to be a table
Vickash Mahabir [Fri, 18 Jan 2013 21:50:58 +0000 (17:50 -0400)]
Make the counter example more meaningful
Vickash Mahabir [Fri, 18 Jan 2013 21:35:23 +0000 (17:35 -0400)]
Change .badge to .counter, make appearance more OSX-ish, and remove colors
Vickash Mahabir [Fri, 18 Jan 2013 16:12:30 +0000 (12:12 -0400)]
Fix logic error where a disabled button would change color in an enabled fieldset
Vickash Mahabir [Fri, 18 Jan 2013 15:58:12 +0000 (11:58 -0400)]
Forgot to add built docs css file
Vickash Mahabir [Fri, 18 Jan 2013 15:55:17 +0000 (11:55 -0400)]
Fix that thing with disabled buttons changing color on hover
Mark Otto [Fri, 18 Jan 2013 09:52:16 +0000 (01:52 -0800)]
unified and simplified sign in form example
Mark Otto [Fri, 18 Jan 2013 09:37:31 +0000 (01:37 -0800)]
cleanup more examples
Mark Otto [Fri, 18 Jan 2013 09:33:55 +0000 (01:33 -0800)]
mo betta justified nav
Mark Otto [Fri, 18 Jan 2013 05:05:23 +0000 (21:05 -0800)]
overhaul justified nav example
Mark Otto [Fri, 18 Jan 2013 04:39:38 +0000 (20:39 -0800)]
Remove docs and prettify css from examples thus far; update narrow page
Mark Otto [Fri, 18 Jan 2013 04:35:59 +0000 (20:35 -0800)]
fix up jumbotron example
Mark Otto [Fri, 18 Jan 2013 04:32:07 +0000 (20:32 -0800)]
Rename hero.html to jumbotron.html
Mark Otto [Fri, 18 Jan 2013 04:30:40 +0000 (20:30 -0800)]
Semibold dat .navbar .brand
Mark Otto [Fri, 18 Jan 2013 04:30:19 +0000 (20:30 -0800)]
finish updating starter template
Mark Otto [Fri, 18 Jan 2013 04:28:05 +0000 (20:28 -0800)]
comment tweaks and updating starter template
Mark Otto [Fri, 18 Jan 2013 04:26:17 +0000 (20:26 -0800)]
Update commenting and structure of layout.mustache
Mark Otto [Fri, 18 Jan 2013 04:23:33 +0000 (20:23 -0800)]
Merge branch '2.3.0-wip' into 3.0.0-wip
Conflicts:
docs/assets/css/bootstrap.css
docs/components.html
docs/css.html
docs/customize.html
docs/examples/fluid.html
docs/extend.html
docs/getting-started.html
docs/index.html
docs/javascript.html
docs/scaffolding.html
docs/templates/layout.mustache
docs/templates/pages/base-css.mustache
docs/templates/pages/components.mustache
less/navbar.less
Mark Otto [Fri, 18 Jan 2013 04:18:03 +0000 (20:18 -0800)]
Combine .thumbnail and .img-thumbnail into simpler selectors
Mark Otto [Fri, 18 Jan 2013 04:16:04 +0000 (20:16 -0800)]
Change .img-polaroid to .img-thumbnail
* Same code, but different classes was confusing
* Now .img-thumbnail just extends .thumbnail