]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
12 years agoFix spacing after '=' 9169/head
Braden Whitten [Tue, 6 Aug 2013 21:02:57 +0000 (17:02 -0400)] 
Fix spacing after '='

Just added a space after a function definition to tidy up the code.

12 years agoMerge pull request #9165 from twbs/browserstack
Chris Rebert [Tue, 6 Aug 2013 20:17:20 +0000 (13:17 -0700)] 
Merge pull request #9165 from twbs/browserstack

Browserstack testing integration (rebased, squashed, tweaked)

12 years agoonly run browserstack tests in Travis 9165/head
Chris Rebert [Tue, 6 Aug 2013 07:39:35 +0000 (00:39 -0700)] 
only run browserstack tests in Travis

12 years agoIntegrate testing with browserstack
Rohan Jain [Tue, 30 Jul 2013 16:41:17 +0000 (22:11 +0530)] 
Integrate testing with browserstack

12 years agoFix #9132, but in the correct branch
Chris Rebert [Tue, 6 Aug 2013 19:09:44 +0000 (12:09 -0700)] 
Fix #9132, but in the correct branch

People, don't PR against `gh-pages` please!

12 years agofixes #9140: use correct var in tables
Mark Otto [Tue, 6 Aug 2013 18:40:02 +0000 (11:40 -0700)] 
fixes #9140: use correct var in tables

12 years agoFixes #9145: Fix tooltip opacity
Mark Otto [Tue, 6 Aug 2013 18:18:53 +0000 (11:18 -0700)] 
Fixes #9145: Fix tooltip opacity

Update tooltips to not use RGBa colors so IE8 can have tooltips, too
(means we're now using `opacity`).

12 years agoFixes #9150: Hide popover titles in IE8
Mark Otto [Tue, 6 Aug 2013 18:18:12 +0000 (11:18 -0700)] 
Fixes #9150: Hide popover titles in IE8

Properly hides popover titles in IE8 because apparently it doesn't
accept the `:empty` selector. /cc @fat @cvrebert

12 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Tue, 6 Aug 2013 16:46:58 +0000 (09:46 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

12 years agoMerge pull request #9157 from alienlebarge/3.0.0-wip
Chris Rebert [Tue, 6 Aug 2013 16:28:04 +0000 (09:28 -0700)] 
Merge pull request #9157 from alienlebarge/3.0.0-wip

Add links to Recess, Uglify-js & PhantomJS in README

12 years agoLink to phantomjs 9157/head
Cédric Aellen [Tue, 6 Aug 2013 13:06:25 +0000 (15:06 +0200)] 
Link to phantomjs

12 years agolink to Uglify-js repo
Cédric Aellen [Tue, 6 Aug 2013 13:04:52 +0000 (15:04 +0200)] 
link to Uglify-js repo

12 years agolinks to Recess repo
Cédric Aellen [Tue, 6 Aug 2013 12:57:34 +0000 (14:57 +0200)] 
links to Recess repo

12 years agoScope tablet classes to tablets range only
Mark Otto [Tue, 6 Aug 2013 03:55:30 +0000 (20:55 -0700)] 
Scope tablet classes to tablets range only

Fixes #9128

12 years agoMerge pull request #9134 from neilhem/3.0.0-wip
Chris Rebert [Tue, 6 Aug 2013 03:32:07 +0000 (20:32 -0700)] 
Merge pull request #9134 from neilhem/3.0.0-wip

remove repeated 'pagination' class in code example

12 years agoremove repeated 'pagination' class in code example 9134/head
Rakhat Jabagin [Tue, 6 Aug 2013 03:19:07 +0000 (09:19 +0600)] 
remove repeated 'pagination' class in code example

12 years agoMerge pull request #9123 from twbs/bs3_alerts_default_class
Mark Otto [Tue, 6 Aug 2013 03:01:45 +0000 (20:01 -0700)] 
Merge pull request #9123 from twbs/bs3_alerts_default_class

Update labels to include a base class (fixes #8752)

12 years agoMerge branch '3.0.0-wip' into bs3_alerts_default_class 9123/head
Mark Otto [Tue, 6 Aug 2013 03:00:23 +0000 (20:00 -0700)] 
Merge branch '3.0.0-wip' into bs3_alerts_default_class

Conflicts:
dist/css/bootstrap.min.css

12 years agoMerge pull request #9130 from twbs/straight-up-wrong
Mark Otto [Tue, 6 Aug 2013 02:36:19 +0000 (19:36 -0700)] 
Merge pull request #9130 from twbs/straight-up-wrong

Fix pixel values in Responsive Utilities docs to match the actual code

12 years agoFix pixel values in Responsive Utilities docs to match the actual code 9130/head
Chris Rebert [Tue, 6 Aug 2013 00:43:29 +0000 (17:43 -0700)] 
Fix pixel values in Responsive Utilities docs to match the actual code

12 years agofixes #8647: remove focus outline on :focus of buttons in button groups
Mark Otto [Mon, 5 Aug 2013 23:16:58 +0000 (16:16 -0700)] 
fixes #8647: remove focus outline on :focus of buttons in button groups

12 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 5 Aug 2013 23:15:43 +0000 (16:15 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

12 years agoremove dupe border-box
Mark Otto [Mon, 5 Aug 2013 23:15:36 +0000 (16:15 -0700)] 
remove dupe border-box

12 years agoMerge pull request #9124 from geedmo/3.0.0-wip
Mark Otto [Mon, 5 Aug 2013 23:14:48 +0000 (16:14 -0700)] 
Merge pull request #9124 from geedmo/3.0.0-wip

 Fix Issue #8175 - .input-group-addon broken in Firefox

12 years agoMerge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into saas786-3.0...
Mark Otto [Mon, 5 Aug 2013 23:03:10 +0000 (16:03 -0700)] 
Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into saas786-3.0.0-wip

Conflicts:
customize.html
less/alerts.less
less/badges.less
less/button-groups.less
less/buttons.less
less/carousel.less

12 years agoFix Issue #8175 - remove lh for input-lg|sm 9124/head
geedmo [Mon, 5 Aug 2013 22:58:38 +0000 (19:58 -0300)] 
Fix Issue #8175 - remove lh for input-lg|sm

12 years agoFix Issue #8175
geedmo [Mon, 5 Aug 2013 22:43:39 +0000 (19:43 -0300)] 
Fix Issue #8175

12 years agoMerge pull request #9121 from Flydiverny/alerts
Mark Otto [Mon, 5 Aug 2013 22:40:22 +0000 (15:40 -0700)] 
Merge pull request #9121 from Flydiverny/alerts

Added padding variable for alerts and changed customize.html

12 years agoRemove dupe hover background color
Mark Otto [Mon, 5 Aug 2013 22:35:16 +0000 (15:35 -0700)] 
Remove dupe hover background color

12 years agoUpdate labels to include a base class
Mark Otto [Mon, 5 Aug 2013 22:30:28 +0000 (15:30 -0700)] 
Update labels to include a base class

* Builds on the new button styles by requiring a `.btn-default` for the
regular, gray labels
* Updates components examples to show new stuff

12 years agoComma for clarification 9121/head
Markus Maga [Mon, 5 Aug 2013 22:29:19 +0000 (00:29 +0200)] 
Comma for clarification

12 years agoAdded padding variable for alerts and changed customize.html Warning state (which...
Markus Maga [Mon, 5 Aug 2013 22:06:57 +0000 (00:06 +0200)] 
Added padding variable for alerts and changed customize.html Warning state (which doesn't exist anymore)

12 years agoFixes #8732: unfucks disabled fieldset form example with form groups
Mark Otto [Mon, 5 Aug 2013 21:45:00 +0000 (14:45 -0700)] 
Fixes #8732: unfucks disabled fieldset form example with form groups

12 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 5 Aug 2013 21:20:46 +0000 (14:20 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

12 years agoEnable scrollable responsive nav bar
Mark Otto [Mon, 5 Aug 2013 21:19:32 +0000 (14:19 -0700)] 
Enable scrollable responsive nav bar

Fixes #9007 in a hopefully decent way

12 years agocarousel.less: copyedit explanatory comment
Chris Rebert [Mon, 5 Aug 2013 20:13:54 +0000 (13:13 -0700)] 
carousel.less: copyedit explanatory comment

12 years agoMerge branch 'pullright' of https://github.com/liuyl/bootstrap into liuyl-pullright
Mark Otto [Mon, 5 Aug 2013 19:20:52 +0000 (12:20 -0700)] 
Merge branch 'pullright' of https://github.com/liuyl/bootstrap into liuyl-pullright

Conflicts:
dist/css/bootstrap.min.css

12 years agoFixes #8150: add `.static-form-control` for vertical alignment of static form text
Mark Otto [Mon, 5 Aug 2013 19:17:09 +0000 (12:17 -0700)] 
Fixes #8150: add `.static-form-control` for vertical alignment of static form text

- Also fixes the vertical alignment of labels in horizontal layouts on
account of the recent button and input padding changes
- Also changes the vertical alignment of the checkboxes and radios in
horizontal forms

12 years agoFixes #8872: widen the carousel indicators to prevent wrapping
Mark Otto [Mon, 5 Aug 2013 18:59:32 +0000 (11:59 -0700)] 
Fixes #8872: widen the carousel indicators to prevent wrapping

12 years agoFixes #8795, a reoccurence of #1969
Mark Otto [Mon, 5 Aug 2013 18:47:12 +0000 (11:47 -0700)] 
Fixes #8795, a reoccurence of #1969

12 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 5 Aug 2013 18:30:59 +0000 (11:30 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

12 years agoMore button updates
Mark Otto [Mon, 5 Aug 2013 18:30:50 +0000 (11:30 -0700)] 
More button updates

- Fixes #9113 (caret colors in dropdown buttons)
- Darken borders around buttons for contrast in button groups

12 years agoMerge pull request #9110 from chrisseaton/help-block-fix
Chris Rebert [Mon, 5 Aug 2013 17:50:23 +0000 (10:50 -0700)] 
Merge pull request #9110 from chrisseaton/help-block-fix

Update css.html

12 years agoUpdate css.html 9110/head
Chris Seaton [Mon, 5 Aug 2013 17:48:51 +0000 (18:48 +0100)] 
Update css.html

.help-block talks about being 'longer', but with .help-inline gone, it's not longer than anything and the comparison is confusing.

12 years agoFixes #8770: mobile-first (stacked by default) horizontal dls
Mark Otto [Mon, 5 Aug 2013 16:10:52 +0000 (09:10 -0700)] 
Fixes #8770: mobile-first (stacked by default) horizontal dls

12 years agoFixes #8786 (part 2): new default button styles
Mark Otto [Mon, 5 Aug 2013 16:02:59 +0000 (09:02 -0700)] 
Fixes #8786 (part 2): new default button styles

Also relevant: http://www.youtube.com/watch?v=Ldyx3KHOFXw

12 years agoFixes #8786 (part 1): darken hover states on buttons
Mark Otto [Mon, 5 Aug 2013 15:52:22 +0000 (08:52 -0700)] 
Fixes #8786 (part 1): darken hover states on buttons

12 years agoFixes #9049: switch order of gradient mixin params to avoid problems for upgraders
Mark Otto [Mon, 5 Aug 2013 15:45:51 +0000 (08:45 -0700)] 
Fixes #9049: switch order of gradient mixin params to avoid problems for upgraders

12 years agoFixes #9073: add note to homepage about download differences
Mark Otto [Mon, 5 Aug 2013 15:33:15 +0000 (08:33 -0700)] 
Fixes #9073: add note to homepage about download differences

12 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 5 Aug 2013 15:23:39 +0000 (08:23 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

12 years agomore docs changes
Mark Otto [Mon, 5 Aug 2013 15:17:41 +0000 (08:17 -0700)] 
more docs changes

12 years agoupdate modals demo code
Mark Otto [Mon, 5 Aug 2013 15:13:44 +0000 (08:13 -0700)] 
update modals demo code

12 years agoClean up mixins, fix #9100 (no ms-keyframes)
Mark Otto [Mon, 5 Aug 2013 15:11:13 +0000 (08:11 -0700)] 
Clean up mixins, fix #9100 (no ms-keyframes)

- Spacing tweaks in the general mixins
- Add comments to transform mixins about IE support
- Remove `-ms-keyframes` because only IE10+ supports it, and without
prefix

12 years agotypo
Mark Otto [Mon, 5 Aug 2013 15:01:33 +0000 (08:01 -0700)] 
typo

12 years agoMerge pull request #9097 from trevorah/patch-1
Chris Rebert [Mon, 5 Aug 2013 10:02:34 +0000 (03:02 -0700)] 
Merge pull request #9097 from trevorah/patch-1

fixed small typo

12 years agofixed small typo 9097/head
Andy Trevorah [Mon, 5 Aug 2013 09:50:31 +0000 (10:50 +0100)] 
fixed small typo

its => belonging to it
it's => it is / it has

12 years agoMerge pull request #9091 from liuyl/docs
Chris Rebert [Mon, 5 Aug 2013 09:41:45 +0000 (02:41 -0700)] 
Merge pull request #9091 from liuyl/docs

remove image description from docs

12 years agoremove image description 9091/head
liuyl [Mon, 5 Aug 2013 09:01:44 +0000 (17:01 +0800)] 
remove image description

12 years agofixes #8832 and #8823: remove max-width from .navbar-brand when not mobile
Mark Otto [Mon, 5 Aug 2013 07:50:40 +0000 (00:50 -0700)] 
fixes #8832 and #8823: remove max-width from .navbar-brand when not mobile

12 years agofixes #9063: add var for navbar border radius
Mark Otto [Mon, 5 Aug 2013 07:47:23 +0000 (00:47 -0700)] 
fixes #9063: add var for navbar border radius

12 years agorun grunt dist
Mark Otto [Mon, 5 Aug 2013 07:39:03 +0000 (00:39 -0700)] 
run grunt dist

12 years agoupdate docs nav to use new stuff
Mark Otto [Mon, 5 Aug 2013 07:38:18 +0000 (00:38 -0700)] 
update docs nav to use new stuff

12 years agoMerge branch 'patch-1' of https://github.com/jholl/bootstrap into jholl-patch-1
Mark Otto [Mon, 5 Aug 2013 07:07:19 +0000 (00:07 -0700)] 
Merge branch 'patch-1' of https://github.com/jholl/bootstrap into jholl-patch-1

12 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 5 Aug 2013 07:03:24 +0000 (00:03 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

12 years agoMerge pull request #9087 from eratzlaff/3.0.0-wip
Chris Rebert [Mon, 5 Aug 2013 06:45:03 +0000 (23:45 -0700)] 
Merge pull request #9087 from eratzlaff/3.0.0-wip

Update documentation on offset for small medium and large devices.

12 years agoFixes #9061: Panel titles should inherit color when linked
Mark Otto [Mon, 5 Aug 2013 06:44:02 +0000 (23:44 -0700)] 
Fixes #9061: Panel titles should inherit color when linked

12 years agofixes #8805: ensure .active buttons in button groups behave like :active buttons
Mark Otto [Mon, 5 Aug 2013 06:27:15 +0000 (23:27 -0700)] 
fixes #8805: ensure .active buttons in button groups behave like :active buttons

12 years agofixes #8793: remove padding-right from inputs with state changes
Mark Otto [Mon, 5 Aug 2013 06:20:55 +0000 (23:20 -0700)] 
fixes #8793: remove padding-right from inputs with state changes

12 years agoUpdate documentation on offset for small medium and large devices. "Grid options" 9087/head
Elvis Ratzlaff [Mon, 5 Aug 2013 06:19:14 +0000 (02:19 -0400)] 
Update documentation on offset for small medium and large devices. "Grid options"

12 years agoMerge pull request #9081 from vsn4ik/rem_type_attr
Mark Otto [Mon, 5 Aug 2013 06:16:06 +0000 (23:16 -0700)] 
Merge pull request #9081 from vsn4ik/rem_type_attr

Remove type attribute of tag "script".

12 years agoEnable input focus state customization
Mark Otto [Mon, 5 Aug 2013 06:05:54 +0000 (23:05 -0700)] 
Enable input focus state customization

- Add new mixin to generate and customize focus state as needed
- Adds variable to set default color
- Include clear disclaimer about customizing this—it's about users', so
don't go making everything bright red and expect them not to be
confused or alarmed.

Relevant issues: #2742, #4185, #7942, #8171, #8610, #9044

12 years agoFixes #8723: allow modals to not need the .fade class /cc @fat
Mark Otto [Mon, 5 Aug 2013 05:30:09 +0000 (22:30 -0700)] 
Fixes #8723: allow modals to not need the .fade class /cc @fat

12 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 5 Aug 2013 05:25:58 +0000 (22:25 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

12 years agoMerge pull request #9079 from liuyl/buttongroups
Mark Otto [Mon, 5 Aug 2013 05:16:41 +0000 (22:16 -0700)] 
Merge pull request #9079 from liuyl/buttongroups

Fix #7108: btn group styling

12 years agorun grunt dist
Mark Otto [Mon, 5 Aug 2013 04:09:05 +0000 (21:09 -0700)] 
run grunt dist

12 years agoRemove type attribute of tag "script". 9080/head 9081/head
vsn4ik [Mon, 5 Aug 2013 01:40:25 +0000 (05:40 +0400)] 
Remove type attribute of tag "script".
In HTML5 in tag script, the type attribute is no longer required. The default value is "text/javascript".
http://www.w3.org/TR/html5/scripting-1.html#attr-script-type

12 years agotooltip.js: add missing space
Chris Rebert [Mon, 5 Aug 2013 00:36:08 +0000 (17:36 -0700)] 
tooltip.js: add missing space

12 years agobtngroups 9079/head
liuyl [Mon, 5 Aug 2013 00:29:01 +0000 (08:29 +0800)] 
btngroups

12 years agofixes #8880
fat [Mon, 5 Aug 2013 00:22:49 +0000 (17:22 -0700)] 
fixes #8880

12 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
fat [Sun, 4 Aug 2013 22:45:51 +0000 (15:45 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

12 years agoremove js anchor interference
fat [Sun, 4 Aug 2013 22:45:27 +0000 (15:45 -0700)] 
remove js  anchor interference

12 years agotrivial docs grammar improvements
Chris Rebert [Sun, 4 Aug 2013 07:06:56 +0000 (00:06 -0700)] 
trivial docs grammar improvements

12 years agoMerge pull request #9059 from twbs/nested-btn-groups-docs
Chris Rebert [Sun, 4 Aug 2013 06:45:08 +0000 (23:45 -0700)] 
Merge pull request #9059 from twbs/nested-btn-groups-docs

adjust description & give source for nested `.btn-group`s example

12 years agoadjust description & give source for nested `.btn-group`s example 9059/head
Chris Rebert [Sun, 4 Aug 2013 06:34:26 +0000 (23:34 -0700)] 
adjust description & give source for nested `.btn-group`s example

12 years agocomponents.html: rm disconnected sentence fragment
Chris Rebert [Sun, 4 Aug 2013 06:23:40 +0000 (23:23 -0700)] 
components.html: rm disconnected sentence fragment

12 years agostreamline $().dropdown('toggle') description
Chris Rebert [Sun, 4 Aug 2013 06:16:09 +0000 (23:16 -0700)] 
streamline $().dropdown('toggle') description

12 years agoJS docs: capitalize Bootstrap
Chris Rebert [Sun, 4 Aug 2013 06:01:05 +0000 (23:01 -0700)] 
JS docs: capitalize Bootstrap

12 years agoMerge pull request #9056 from twbs/large-to-lg-etc
Mark Otto [Sun, 4 Aug 2013 05:44:44 +0000 (22:44 -0700)] 
Merge pull request #9056 from twbs/large-to-lg-etc

Greater standardization of sizing terminology

12 years agoadd missing ref to .btn-xs in button sizes docs 9056/head
Chris Rebert [Sun, 4 Aug 2013 04:59:30 +0000 (21:59 -0700)] 
add missing ref to .btn-xs in button sizes docs

12 years agoadd .btn-xs to .btn-group example
Chris Rebert [Sun, 4 Aug 2013 04:59:01 +0000 (21:59 -0700)] 
add .btn-xs to .btn-group example

12 years agorm stray space in components.html
Chris Rebert [Sun, 4 Aug 2013 04:58:31 +0000 (21:58 -0700)] 
rm stray space in components.html

12 years agoGreater standardization of sizing terminology
Chris Rebert [Sun, 4 Aug 2013 04:39:57 +0000 (21:39 -0700)] 
Greater standardization of sizing terminology

In class names:
* large => lg
* small => sm
* mini => xs ("Extra small")

In screen size categories:
* Tiny => Extra small

12 years agoMerge pull request #9052 from liuyl/inputgroups
Mark Otto [Sun, 4 Aug 2013 03:44:41 +0000 (20:44 -0700)] 
Merge pull request #9052 from liuyl/inputgroups

fix #9051

12 years agoadd line-height 9052/head
liuyl [Sun, 4 Aug 2013 01:27:23 +0000 (09:27 +0800)] 
add line-height

12 years agoMerge pull request #9036 from eratzlaff/3.0.0-wip
Mark Otto [Sat, 3 Aug 2013 23:50:08 +0000 (16:50 -0700)] 
Merge pull request #9036 from eratzlaff/3.0.0-wip

Change value with variables for btn-large, btn-small and pagination

12 years agoMerge pull request #9050 from jonschlinkert/3.0.0-wip
Mark Otto [Sat, 3 Aug 2013 23:25:12 +0000 (16:25 -0700)] 
Merge pull request #9050 from jonschlinkert/3.0.0-wip

organizes the Gruntfile a bit and makes better use of Grunt conventions

12 years agoThis pull request organizes the Gruntfile, makes better use of Grunt conventions... 9050/head
Jon Schlinkert [Sat, 3 Aug 2013 23:03:38 +0000 (19:03 -0400)] 
This pull request organizes the Gruntfile, makes better use of Grunt conventions and placates my OCD.

Changes in the Gruntfile:

* Use two spaces for consistency with the rest of the codebase.
* Tasks are now organize based on task type. since lodash templates are used across tasks/targets, this makes it easier to follow.
* Use `src-dest` files format when only src-dest pairing is necessary. This saves a line over the files-object format, but more importantly it allows use the src or dest in lodash templates (e.g. `<%= concat.bootstrap.src %>`), which isn't possible in the files-object or files-array formats.
* Make the explicit order of the javascript files more obvious in concat task , maybe just a tiny bit more usable and easier to customize - but really just OCD
* Use `<%= pkg.name %>` variable for dest CSS, both for consistency with how javascript targets are defined, and to make it just little easier for devs to customize bootstrap.

ran the build to test, everything seems good.

12 years agoMerge pull request #9045 from naneau/3.0.0-wip
Mark Otto [Sat, 3 Aug 2013 23:01:52 +0000 (16:01 -0700)] 
Merge pull request #9045 from naneau/3.0.0-wip

using @line-height-computed in .navbar-nav link

12 years agousing @line-height-computed in .navbar-nav link 9045/head
Maurice Fonk [Sat, 3 Aug 2013 19:07:43 +0000 (15:07 -0400)] 
using @line-height-computed in .navbar-nav link

When a user changed the @line-height-base/@line-height-computed var, the
nav-bar items would not scale appropriately.

12 years agoUpdate .navbar-toggle to match other navbar el 9042/head
James Holland [Sat, 3 Aug 2013 14:28:17 +0000 (10:28 -0400)] 
Update .navbar-toggle to match other navbar el

In place of commit #9040, fix #8844
And sizing .navbar-toggle more like .btn elem
+ change `position:absolute` to `position:relative`
+ remove `right: 10px` in favor of `float:right`
+ change to `height: 34px`
+ remove `top:` in favor of `.navbar-vertical-align` basis new height
+ change `padding:` to match `.btn` el